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

Jim Laskey jlaskey at apple.com
Thu Sep 14 05:59:19 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.24 -> 1.25
---
Log message:

testing #23

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

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


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.24 nightlytest-serverside/NightlyTestAccept.php:1.25
--- nightlytest-serverside/NightlyTestAccept.php:1.24	Thu Sep 14 07:20:52 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Thu Sep 14 07:59:05 2006
@@ -16,7 +16,7 @@
 print "content-type: text/text\n\n";
 
 $print_debug = 1;
-$print_env = 0;
+$print_env = 1;
 
 
 if ($print_debug) {
@@ -297,6 +297,7 @@
       "\"$cvs_removed\", \"$cvs_modified\", \"$cvs_usersadd\", \"$cvs_usersco\"" .
       ")";
   print "insert query: $query\n";
+die;
   $insert_query = mysql_query($query) or die(mysql_error());
   mysql_free_result($insert_query) or die(mysql_error());
   






More information about the llvm-commits mailing list