diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index e9f44999424..9dcaa616578 100755 --- a/utils/NightlyTest.pl +++ b/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, "\n"); } push(@lines, "
\n"); - print "\nSTATISTICS:\n"; + print "\nDEJAGNU STATISTICS:\n"; $should_break = 0; $nocopy = 0; $readingsum = 1; } elsif ( $readingsum ) { push(@lines,"$_\n"); - print "$_\n"; + print " $_\n"; } } }