You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-08-15 22:22:14 +03:00
Remove test point infrastructure.
82df7e6f
and9856fef5
updated tests that used test points in preparation for the feature not being available in the C code. Since tests points are no longer used remove the infrastructure. Also remove one stray --test option in mock/all that was essentially a noop but no longer works now that the option has been removed.
This commit is contained in:
@@ -57,13 +57,6 @@ sub main
|
||||
if (!$bConfigLoaded)
|
||||
{
|
||||
configLoad(undef, $strConfigBin, $strCommand, \$strConfigJson);
|
||||
|
||||
# Set test options
|
||||
if (cfgOptionTest(CFGOPT_TEST) && cfgOption(CFGOPT_TEST))
|
||||
{
|
||||
testSet(cfgOption(CFGOPT_TEST), cfgOption(CFGOPT_TEST_DELAY), cfgOption(CFGOPT_TEST_POINT, false));
|
||||
}
|
||||
|
||||
$bConfigLoaded = true;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user