Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.43 -> 1.44
---
Log message:

not 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.43 
nightlytest-serverside/NightlyTestAccept.php:1.44
--- nightlytest-serverside/NightlyTestAccept.php:1.43   Sat Sep 16 10:52:22 2006
+++ nightlytest-serverside/NightlyTestAccept.php        Sat Sep 16 11:02:11 2006
@@ -360,7 +360,7 @@
  *
  
*******************************************************************************/
 function AddTests($program, $result, $measure, $night) {
-  $query = "INSERT INTO program (program, result, measure, night) VALUES".
+  $query = "INSERT INTO tests (program, result, measure, night) VALUES".
            " (\"$program\", \"$result\", \"$measure\", $night)";
   $program_query = mysql_query($query) or die(mysql_error());
   mysql_free_result($program_query);



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to