1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Fixed broken vm-max option in test.pl.

This commit is contained in:
David Steele 2016-09-29 18:26:32 -04:00
parent 5d033d028c
commit 3e4ca153ce
2 changed files with 5 additions and 1 deletions

View File

@ -164,6 +164,10 @@
<release-item>
<p>Fixed missing expect output for help module.</p>
</release-item>
<release-item>
<p>Fixed broken <id>vm-max</id> option in <file>test.pl</file>.</p>
</release-item>
</release-bug-list>
</release-test-list>
</release>

View File

@ -131,7 +131,7 @@ GetOptions ('q|quiet' => \$bQuiet,
'run=s' => \$iModuleTestRun,
'process-max=s' => \$iProcessMax,
'vm-id=s' => \$iVmId,
'vm-max=s' => \$iProcessMax,
'vm-max=s' => \$iVmMax,
'dry-run' => \$bDryRun,
'no-cleanup' => \$bNoCleanup,
'db-version=s' => \$strDbVersion,