1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Implemented issue #96: Executable names

This commit is contained in:
David Steele
2015-06-14 08:37:37 -04:00
parent 6c807f2ddd
commit 57640d1ac3
35 changed files with 797 additions and 797 deletions

View File

@@ -322,7 +322,7 @@ sub BackRestTestCommon_ExecuteBegin
$bFullLog = false;
if (defined($strModule) && $strCommandParam =~ /\/bin\/pg_backrest\.pl/)
if (defined($strModule) && $strCommandParam =~ /\/bin\/pg_backrest/)
{
$strCommandParam = BackRestTestCommon_ExecuteRegAll($strCommandParam);
@@ -772,8 +772,8 @@ sub BackRestTestCommon_Setup
$strCommonDbCommonPath = "${strCommonTestPath}/db/common";
$strCommonDbTablespacePath = "${strCommonTestPath}/db/tablespace";
$strCommonCommandMain = "../bin/pg_backrest.pl";
$strCommonCommandRemote = "${strCommonBasePath}/bin/pg_backrest_remote.pl";
$strCommonCommandMain = "../bin/pg_backrest";
$strCommonCommandRemote = "${strCommonBasePath}/bin/pg_backrest_remote";
$strCommonCommandPsql = "${strPgSqlBin}/psql -X %option% -h ${strCommonDbPath}";
$iCommonDbPort = 6543;