Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.19 -> 1.20 --- Log message: Debugging newly pass fail report attempt #11. --- Diffs of the changes: (+2 -2) ProgramResults.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/ProgramResults.php diff -u nightlytest-serverside/ProgramResults.php:1.19 nightlytest-serverside/ProgramResults.php:1.20 --- nightlytest-serverside/ProgramResults.php:1.19 Wed Aug 30 16:36:23 2006 +++ nightlytest-serverside/ProgramResults.php Wed Aug 30 16:38:51 2006 @@ -507,7 +507,7 @@ while($row = mysql_fetch_array($program_query)){ $test_key = "{$row['measure']} - {$row['program']}"; if(!isset($test_hash[$test_key])){ - $result .= $test_key . "<br>\n"; + $result .= "{$row['result']}" . ":" . $test_key . "<br>\n"; } } mysql_free_result($program_query); @@ -572,7 +572,7 @@ while($row = mysql_fetch_array($program_query)){ $test_key = "{$row['program']}"; if(isset($test_hash[$test_key]) && strpos("{$row['result']}", "*") === false){ - $result .= $test_key . "<br>\n"; + $result .= "{$row['result']}" . ":" . $test_key . "<br>\n"; } } mysql_free_result($program_query); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits