1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-06 22:06:36 +03:00

Various improvements to validation of backup and restore.

This commit is contained in:
David Steele
2016-12-10 09:11:12 -05:00
parent b45e0d8189
commit eff7b46eb1
8 changed files with 95 additions and 62 deletions

View File

@@ -16,7 +16,7 @@ use Exporter qw(import);
use pgBackRest::Common::Log;
use pgBackRest::Config::Config;
use pgBackRestTest::Backup::Common::HostBackupTest;
use pgBackRestTest::Backup::Common::HostBaseTest;
use pgBackRestTest::Common::HostGroupTest;
use pgBackRestTest::Common::ExecuteTest;
use pgBackRestTest::CommonTest;