[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

Patrick Jenkins pjenkins at apple.com
Fri Aug 11 10:13:49 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.cgi updated: 1.43 -> 1.44
---
Log message:

Changed the format of significant changes in the nightly emails


---
Diffs of the changes:  (+2 -2)

 NightlyTestAccept.cgi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: nightlytest-serverside/NightlyTestAccept.cgi
diff -u nightlytest-serverside/NightlyTestAccept.cgi:1.43 nightlytest-serverside/NightlyTestAccept.cgi:1.44
--- nightlytest-serverside/NightlyTestAccept.cgi:1.43	Thu Aug 10 17:30:29 2006
+++ nightlytest-serverside/NightlyTestAccept.cgi	Fri Aug 11 12:13:35 2006
@@ -742,7 +742,7 @@
         if($perc > 5 || $perc < -5){
             if( ! exists $output_big_changes{"$x"} ){
                 my $rounded_perc = sprintf("%1.2f", $perc);
-                $output_big_changes{"$x"}[0]="$prog ($x) changed \%$rounded_perc ($value_old => $value_new)\n";
+                $output_big_changes{"$x"}[0]="$prog: $rounded_perc\% ($value_old => $value_new)\n";
             }
             else{
                 my $rounded_perc = sprintf("%1.2f", $perc);
@@ -793,7 +793,7 @@
 	foreach my $meas(keys(%output_big_changes)){
 	    $email.= "$meas:\n";
 	    foreach my $x(@{ $output_big_changes{$meas} } ){
-		$email.= "--- $x";
+		$email.= " $x";
 	    }
 	}
 }






More information about the llvm-commits mailing list