From 937f5613a17f9da568b68d01fa770d9e5592c182 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 12 May 2010 20:56:04 +0000 Subject: tests: Minor cleanup git-svn-id: http://pugixml.googlecode.com/svn/trunk@418 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-report.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/autotest-report.pl') diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl index 9379c28..7f269c9 100644 --- a/tests/autotest-report.pl +++ b/tests/autotest-report.pl @@ -76,7 +76,6 @@ foreach $tool (@toolsetarray) foreach (@configurationarray) { - my $cmdline = "jam toolset=" . (split /\s+/, $tool)[0] . " defines=" . (split /\s+/, $_)[1] . " configuration=" . (split /\s+/, $_)[0]; my $info = $results{$tool}{$_}; if (!defined $$info{result}) @@ -87,7 +86,7 @@ foreach $tool (@toolsetarray) { my ($coverage_pugixml, $coverage_pugixpath) = ($$info{coverage_pugixml}, $$info{coverage_pugixpath}); - print "pass"; + print "pass"; if ($coverage_pugixml > 0 || $coverage_pugixpath > 0) { @@ -98,7 +97,7 @@ foreach $tool (@toolsetarray) } else { - print "fail" + print "fail" } } -- cgit v1.2.3