Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.44 -> 1.45 --- Log message: probably the bug --- 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.44 nightlytest-serverside/NightlyTestAccept.php:1.45 --- nightlytest-serverside/NightlyTestAccept.php:1.44 Sat Sep 16 11:02:11 2006 +++ nightlytest-serverside/NightlyTestAccept.php Sat Sep 16 11:08:23 2006 @@ -746,7 +746,7 @@ if (preg_match("/^(XPASS|PASS|XFAIL|FAIL):\s(.+):?/", $info, $subpatterns)) { list($ignore, $result, $program) = $subpatterns; $query = "INSERT INTO tests (program, result, measure, night) ". - "VALUES(\"$result\", \"$program\", \"dejagnu\", $night_id)"; + "VALUES(\"$program\", \"$result\", \"dejagnu\", $night_id)"; $test_query = mysql_query($query) or die(mysql_error()); mysql_free_result($test_query); } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits