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 && _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits