Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.38 -> 1.39 --- Log message: testing #37 --- Diffs of the changes: (+2 -3) NightlyTestAccept.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: nightlytest-serverside/NightlyTestAccept.php diff -u nightlytest-serverside/NightlyTestAccept.php:1.38 nightlytest-serverside/NightlyTestAccept.php:1.39 --- nightlytest-serverside/NightlyTestAccept.php:1.38 Thu Sep 14 12:31:24 2006 +++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:34:26 2006 @@ -858,7 +858,6 @@ } $rounded_perc = sprintf("%1.2f", $perc); -print "$prog: $measure: $rounded_perc\% ($value_old => $value_new)\n"; array_push($changes, "$prog: $rounded_perc\% ($value_old => $value_new)\n"); $output_big_changes[$measure] = $changes; } @@ -869,8 +868,6 @@ print "Determined measures\n"; } -die; - /******************************************************************************* * * Determining changes in new tests and old tests @@ -882,6 +879,8 @@ $passing = getFixedTests($night_id, $prev_night); $failing = getBrokenTests($night_id, $prev_night); +die; + if ($print_debug) { print "Determined changes in new tests and old tests\n"; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits