tests: Minor report fix

git-svn-id: http://pugixml.googlecode.com/svn/trunk@713 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-09-01 17:00:52 +00:00
parent 0e4278ad3c
commit 9a6549e802

View File

@ -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 = ();