summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-12-12 04:04:25 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-12-12 04:04:25 +0000
commitcbe74fcdd3e708ef2b97c8800d8c7f3b2aaa901c (patch)
tree2e7534bfd7fd31ced82204d86a44cfcdfe9faf03 /lib/sbin
parent3747e7efee9e6347cadb8b6d0d223a0c73d7c9dd (diff)
Add number of processes to testsuite output
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4776 17b73243-c579-4c4c-a9d2-2d5706c11dac
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, '');