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:
parent
5d033d028c
commit
3e4ca153ce
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user