Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.37 -> 1.38 --- Log message: testing #36 --- Diffs of the changes: (+1 -1) NightlyTestAccept.php | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/NightlyTestAccept.php diff -u nightlytest-serverside/NightlyTestAccept.php:1.37 nightlytest-serverside/NightlyTestAccept.php:1.38 --- nightlytest-serverside/NightlyTestAccept.php:1.37 Thu Sep 14 12:28:39 2006 +++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:31:24 2006 @@ -850,7 +850,7 @@ $perc = ($diff / $value_old) * 100; } - if ($perc > 5 || $perc < -5) { + if (true || $perc > 5 || $perc < -5) { $changes = $output_big_changes[$measure]; if (!isset($changes)) { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits