tests: Minor report fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@713 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
0e4278ad3c
commit
9a6549e802
@ -57,11 +57,9 @@ print "### autotest begin " . scalar localtime() . "\n";
|
|||||||
# print SVN revision info
|
# print SVN revision info
|
||||||
print "### autotest revision $1\n" if (`svn info` =~ /Revision:\s+(\d+)/);
|
print "### autotest revision $1\n" if (`svn info` =~ /Revision:\s+(\d+)/);
|
||||||
|
|
||||||
# print CPU info
|
# get CPU info
|
||||||
$cpucount = &getcpucount();
|
$cpucount = &getcpucount();
|
||||||
|
|
||||||
print "### autotest cpu $cpucount\n" if (defined $cpucount);
|
|
||||||
|
|
||||||
# build all configurations
|
# build all configurations
|
||||||
%results = ();
|
%results = ();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user