summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin')
-rw-r--r--lib/sbin/RunTest.pl1
-rw-r--r--lib/sbin/RunTestUtils.pl1
2 files changed, 2 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);
diff --git a/lib/sbin/RunTestUtils.pl b/lib/sbin/RunTestUtils.pl
index b85e83f4..370c3077 100644
--- a/lib/sbin/RunTestUtils.pl
+++ b/lib/sbin/RunTestUtils.pl
@@ -816,6 +816,7 @@ sub WriteFullResults
push (@summary, " Time -> $date");
push (@summary, " Host -> $hostname");
+ push (@summary, " Processes -> $config_data->{'NPROCS'}");
push (@summary, " User -> ".getpwuid($<));
push (@summary, '');