[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php
Jim Laskey
jlaskey at apple.com
Sat Sep 16 18:32:54 PDT 2006
Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.75 -> 1.76
---
Log message:
Debugging #16
---
Diffs of the changes: (+0 -1)
ProgramResults.php | 1 -
1 files changed, 1 deletion(-)
Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.75 nightlytest-serverside/ProgramResults.php:1.76
--- nightlytest-serverside/ProgramResults.php:1.75 Sat Sep 16 20:32:05 2006
+++ nightlytest-serverside/ProgramResults.php Sat Sep 16 20:32:40 2006
@@ -631,7 +631,6 @@
* 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());
More information about the llvm-commits
mailing list