From 3e4ca153cea6750a3efbf1b1a319623afcfee86a Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 29 Sep 2016 18:26:32 -0400 Subject: [PATCH] Fixed broken vm-max option in test.pl. --- doc/xml/release.xml | 4 ++++ test/test.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/xml/release.xml b/doc/xml/release.xml index bb8923435..afadba9c1 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -164,6 +164,10 @@

Fixed missing expect output for help module.

+ + +

Fixed broken vm-max option in test.pl.

+
diff --git a/test/test.pl b/test/test.pl index ed70dbfea..7e234a08e 100755 --- a/test/test.pl +++ b/test/test.pl @@ -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,