summaryrefslogtreecommitdiff
path: root/lib/sbin/RunTest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin/RunTest.pl')
-rw-r--r--lib/sbin/RunTest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbin/RunTest.pl b/lib/sbin/RunTest.pl
index 51d47eda..c1b23021 100644
--- a/lib/sbin/RunTest.pl
+++ b/lib/sbin/RunTest.pl
@@ -97,6 +97,7 @@ while ($choice !~ /^Q/i)
if ($choice =~ /^[EIO]/i)
{
+ print " Processes: $config_data->{'NPROCS'}\n\n";
# Reset/Initialise Test Statistics
$rundata = &ResetTestStatistics($rundata,$testdata);