From 1b5fa404db5c67454e9bf4fcf5b81cf924456374 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 13 May 2010 15:16:52 +0000 Subject: tests: Minor autotest look improvements git-svn-id: http://pugixml.googlecode.com/svn/trunk@421 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-report.pl | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl index 9265387..9ba3c04 100644 --- a/tests/autotest-report.pl +++ b/tests/autotest-report.pl @@ -25,8 +25,8 @@ sub prettyplatform return "linux64" if ($platform =~ /64-linux/); return "linux32" if ($platform =~ /86-linux/); - return "freebsd64" if ($platform =~ /64-freebsd/); - return "freebsd32" if ($platform =~ /86-freebsd/); + return "fbsd64" if ($platform =~ /64-freebsd/); + return "fbsd32" if ($platform =~ /86-freebsd/); return "win64" if ($platform =~ /MSWin32-x64/); return "win32" if ($platform =~ /MSWin32/); @@ -78,10 +78,15 @@ $toolsetarray[$toolsets{$_}] = $_ foreach (keys %toolsets); $configurationarray[$configurations{$_}] = $_ foreach (keys %configurations); # print header +$stylesheet = <pugixml autotest report +pugixml autotest report

pugixml autotest report

- +
END # print configuration header (release/debug) @@ -107,7 +112,7 @@ foreach $define (sort {$a cmp $b} keys %defines) foreach $tool (@toolsetarray) { my ($platform, $toolset) = split(/\s+/, $tool, 2); - print ""; + print ""; foreach (@configurationarray) { -- cgit v1.2.3
$platform$toolset
$platform$toolset