diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autotest-local.pl | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/autotest-local.pl b/tests/autotest-local.pl index 4ea02ad..885e444 100644 --- a/tests/autotest-local.pl +++ b/tests/autotest-local.pl @@ -57,11 +57,9 @@ print "### autotest begin " . scalar localtime() . "\n";  # print SVN revision info  print "### autotest revision $1\n" if (`svn info` =~ /Revision:\s+(\d+)/); -# print CPU info +# get CPU info  $cpucount = &getcpucount(); -print "### autotest cpu $cpucount\n" if (defined $cpucount); -  # build all configurations  %results = ();  | 
