You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Switched to using docker for all unit tests as this allows for greater automation.
This commit is contained in:
@ -98,7 +98,6 @@ sub BackRestTestFile_Test
|
||||
# Create remotes
|
||||
#-------------------------------------------------------------------------------------------------------------------------------
|
||||
executeTest('rm -rf ' . cwd() . '/log_remote');
|
||||
mkdir(cwd() . '/log_remote', oct('0770')) or confess 'Unable to create test log directory';
|
||||
|
||||
my $oRemote = new BackRest::Protocol::RemoteMaster
|
||||
(
|
||||
|
Reference in New Issue
Block a user