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

Jim Laskey jlaskey at apple.com
Thu Sep 14 04:26:32 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.9 -> 1.10
---
Log message:

testing #8

---
Diffs of the changes:  (+4 -0)

 NightlyTestAccept.php |    4 ++++
 1 files changed, 4 insertions(+)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.9 nightlytest-serverside/NightlyTestAccept.php:1.10
--- nightlytest-serverside/NightlyTestAccept.php:1.9	Thu Sep 14 06:23:37 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Thu Sep 14 06:26:18 2006
@@ -125,6 +125,10 @@
   $row = mysql_fetch_array($machine_query) or die(mysql_error());
   mysql_free_result($machine_query);
   
+  if ($print_debug) {
+    print "row: $row\n";
+  }
+  
   if($row &&
      strcmp($row['uname'], $uname) == 0 &&
      strcmp($row['hardware'], $hardware) == 0 &&






More information about the llvm-commits mailing list