tests: Minor cleanup
git-svn-id: http://pugixml.googlecode.com/svn/trunk@418 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
28b54109d7
commit
937f5613a1
@ -76,7 +76,6 @@ foreach $tool (@toolsetarray)
|
|||||||
|
|
||||||
foreach (@configurationarray)
|
foreach (@configurationarray)
|
||||||
{
|
{
|
||||||
my $cmdline = "jam toolset=" . (split /\s+/, $tool)[0] . " defines=" . (split /\s+/, $_)[1] . " configuration=" . (split /\s+/, $_)[0];
|
|
||||||
my $info = $results{$tool}{$_};
|
my $info = $results{$tool}{$_};
|
||||||
|
|
||||||
if (!defined $$info{result})
|
if (!defined $$info{result})
|
||||||
@ -87,7 +86,7 @@ foreach $tool (@toolsetarray)
|
|||||||
{
|
{
|
||||||
my ($coverage_pugixml, $coverage_pugixpath) = ($$info{coverage_pugixml}, $$info{coverage_pugixpath});
|
my ($coverage_pugixml, $coverage_pugixpath) = ($$info{coverage_pugixml}, $$info{coverage_pugixpath});
|
||||||
|
|
||||||
print "<td bgcolor='#00ff00' align='center' title='$cmdline'>pass";
|
print "<td bgcolor='#00ff00' align='center'>pass";
|
||||||
|
|
||||||
if ($coverage_pugixml > 0 || $coverage_pugixpath > 0)
|
if ($coverage_pugixml > 0 || $coverage_pugixpath > 0)
|
||||||
{
|
{
|
||||||
@ -98,7 +97,7 @@ foreach $tool (@toolsetarray)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print "<td bgcolor='#ff0000' align='center' title='$cmdline'>fail</td>"
|
print "<td bgcolor='#ff0000' align='center'>fail</td>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user