Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.26 -> 1.27
---
Log message:

testing #25

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

 NightlyTestAccept.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.26 
nightlytest-serverside/NightlyTestAccept.php:1.27
--- nightlytest-serverside/NightlyTestAccept.php:1.26   Thu Sep 14 09:12:46 2006
+++ nightlytest-serverside/NightlyTestAccept.php        Thu Sep 14 09:19:23 2006
@@ -748,8 +748,9 @@
   $subpatterns = array();
   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)";
+       $query = "INSERT INTO tests (program, result, measure, night) ".
+                "VALUES(\"$result\", \'$program\', \"dejagnu\", $night_id)";
+       print "$query\n";
     $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

Reply via email to