From 9a6549e802f9864d1e541be8117e6cf698e1fef5 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 1 Sep 2010 17:00:52 +0000 Subject: tests: Minor report fix git-svn-id: http://pugixml.googlecode.com/svn/trunk@713 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-local.pl | 4 +--- 1 file changed, 1 insertion(+), 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 = (); -- cgit v1.2.3