Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.70 -> 1.71 --- Log message: Debugging #14 --- Diffs of the changes: (+1 -0) ProgramResults.php | 1 + 1 files changed, 1 insertion(+) Index: nightlytest-serverside/ProgramResults.php diff -u nightlytest-serverside/ProgramResults.php:1.70 nightlytest-serverside/ProgramResults.php:1.71 --- nightlytest-serverside/ProgramResults.php:1.70 Sat Sep 16 20:21:15 2006 +++ nightlytest-serverside/ProgramResults.php Sat Sep 16 20:24:14 2006 @@ -629,6 +629,7 @@ * hash and now pass. */ function getPassingTests($id, $test_hash) { + return "Here\n"; $result = ""; $query = "SELECT program, result, measure FROM tests WHERE night=$id ORDER BY program ASC, measure ASC"; $program_query = mysql_query($query) or die (mysql_error()); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits