[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php
Jim Laskey
jlaskey at apple.com
Wed Aug 30 12:41:47 PDT 2006
Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.12 -> 1.13
---
Log message:
Debugging newly pass fail report attempt #4.
---
Diffs of the changes: (+2 -4)
ProgramResults.php | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.12 nightlytest-serverside/ProgramResults.php:1.13
--- nightlytest-serverside/ProgramResults.php:1.12 Wed Aug 30 14:39:51 2006
+++ nightlytest-serverside/ProgramResults.php Wed Aug 30 14:41:33 2006
@@ -552,9 +552,8 @@
$test_key = "{$row['measure']} - {$row['program']}";
if(isset($test_hash[$test_key]) &&
strcmp($test_hash[$test_key], $row['result'])!==0){
-// $result .= $test_key . "<br>\n";
+ $result .= $test_key . "<br>\n";
}
- $result .= $test_key . "<br>\n";
}
mysql_free_result($program_query);
}
@@ -598,9 +597,8 @@
$test_key = "{$row['measure']} - {$row['program']}";
if(isset($test_hash[$test_key]) &&
strcmp($test_hash[$test_key], $row['result'])!==0){
-// $result .= $test_key . "<br>\n";
+ $result .= $test_key . "<br>\n";
}
- $result .= $test_key . "<br>\n";
}
mysql_free_result($program_query);
}
More information about the llvm-commits
mailing list