You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-14 23:44:58 +02:00
Rename archive-push unit test.
This is part of the archive consolidation but is committed separately so that git will follow the rename.
This commit is contained in:
@ -294,7 +294,7 @@ my $oTestDef =
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
&TESTDEF_NAME => 'push-unit',
|
&TESTDEF_NAME => 'push',
|
||||||
&TESTDEF_TOTAL => 7,
|
&TESTDEF_TOTAL => 7,
|
||||||
&TESTDEF_CONTAINER => true,
|
&TESTDEF_CONTAINER => true,
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
####################################################################################################################################
|
####################################################################################################################################
|
||||||
# ArchivePushUnitTest.pm - Unit tests for ArchivePush and ArchivePush Async
|
# Archive Push Tests
|
||||||
####################################################################################################################################
|
####################################################################################################################################
|
||||||
package pgBackRestTest::Module::Archive::ArchivePushUnitTest;
|
package pgBackRestTest::Module::Archive::ArchivePushTest;
|
||||||
use parent 'pgBackRestTest::Env::HostEnvTest';
|
use parent 'pgBackRestTest::Env::HostEnvTest';
|
||||||
|
|
||||||
####################################################################################################################################
|
####################################################################################################################################
|
Reference in New Issue
Block a user