You've already forked pgbackrest
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:
@ -78,17 +78,6 @@ sub BackRestTestUtility_Test
|
||||
# Create the test directory
|
||||
if ($bCreate)
|
||||
{
|
||||
# $oFile = BackRest::File->new();
|
||||
|
||||
# # Create the file object
|
||||
# $oFile = (BackRest::File->new
|
||||
# (
|
||||
# # strStanza => $strStanza,
|
||||
# # strBackupPath => BackRestTestCommon_BackupPathGet(),
|
||||
# # strRemote => $bRemote ? 'backup' : undef,
|
||||
# # oRemote => $bRemote ? $oRemote : undef
|
||||
# ))->clone();
|
||||
|
||||
BackRestTestUtility_Create();
|
||||
|
||||
$bCreate = false;
|
||||
|
Reference in New Issue
Block a user