1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Cleanup, work on test framework.

This commit is contained in:
David Steele
2014-07-27 18:13:23 -04:00
parent a849f2d2fd
commit 2d9f027e3a
7 changed files with 92 additions and 90 deletions

View File

@ -499,7 +499,7 @@ sub BackRestTestBackup_Test
my $strCommand = BackRestTestCommon_CommandMainGet() . ' --config=' .
($bRemote ? BackRestTestCommon_BackupPathGet() : BackRestTestCommon_DbPathGet()) .
"/pg_backrest.conf --type=incr --stanza=${strStanza} backup";
"/pg_backrest.conf --test --type=incr --stanza=${strStanza} backup";
BackRestTestCommon_Execute($strCommand, $bRemote);
# exit 0;