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

Jim Laskey jlaskey at apple.com
Sat Sep 16 09:08:37 PDT 2006



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);
   }






More information about the llvm-commits mailing list