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

Jim Laskey jlaskey at apple.com
Thu Sep 14 07:24:55 PDT 2006



Changes in directory nightlytest-serverside:

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

testing #26

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

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


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.27 nightlytest-serverside/NightlyTestAccept.php:1.28
--- nightlytest-serverside/NightlyTestAccept.php:1.27	Thu Sep 14 09:19:23 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Thu Sep 14 09:24:41 2006
@@ -749,8 +749,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)";
-  	print "$query\n";
+  	         "VALUES(\"$result\", \"$program\", \"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