Skip to content

Commit

Permalink
Fixed broken vm-max option in test.pl.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Sep 29, 2016
1 parent 5d033d0 commit 3e4ca15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/xml/release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion test/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ =head1 SYNOPSIS
'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,
Expand Down

0 comments on commit 3e4ca15

Please sign in to comment.