summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-09-01 17:00:52 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-09-01 17:00:52 +0000
commit9a6549e802f9864d1e541be8117e6cf698e1fef5 (patch)
treea53e37d5824d58f89b2aea3a00b097bd354b780d /tests
parent0e4278ad3ca53abc5ebb9590abe220ed049016eb (diff)
tests: Minor report fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@713 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests')
-rw-r--r--tests/autotest-local.pl4
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 = ();