summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-17 16:07:45 +0000
committerChris Lattner <sabre@nondot.org>2005-03-17 16:07:45 +0000
commit9fcfb35e1aa8c3bb94e93dd92fb9cf7597be295f (patch)
treed3f7b1b8915cbe11d623537309578f8928025619
parent7b9020a059133f136eddcf269a400b2e166c2789 (diff)
downloadbcm5719-llvm-9fcfb35e1aa8c3bb94e93dd92fb9cf7597be295f.tar.gz
bcm5719-llvm-9fcfb35e1aa8c3bb94e93dd92fb9cf7597be295f.zip
spiff up the nightly tester output one more notch
llvm-svn: 20650
-rwxr-xr-xllvm/utils/NightlyTest.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl
index e9f44999424..9dcaa616578 100755
--- a/llvm/utils/NightlyTest.pl
+++ b/llvm/utils/NightlyTest.pl
@@ -199,7 +199,7 @@ sub GetDejagnuTestResults { # (filename, log)
my $firstline;
$/ = "\n"; #Make sure we're going line at a time.
- print "Dejagnu test results:\n";
+ print "DEJAGNU TEST RESULTS:\n";
if (open SRCHFILE, $filename) {
# Process test results
@@ -230,13 +230,13 @@ sub GetDejagnuTestResults { # (filename, log)
push(@lines, "</li></ol>\n");
}
push(@lines, "<h3>STATISTICS</h3><pre>\n");
- print "\nSTATISTICS:\n";
+ print "\nDEJAGNU STATISTICS:\n";
$should_break = 0;
$nocopy = 0;
$readingsum = 1;
} elsif ( $readingsum ) {
push(@lines,"$_\n");
- print "$_\n";
+ print " $_\n";
}
}
}
OpenPOWER on IntegriCloud