[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

Jim Laskey jlaskey at apple.com
Fri Sep 8 04:45:00 PDT 2006



Changes in directory nightlytest-serverside:

ProgramResults.php updated: 1.38 -> 1.39
---
Log message:

Adding reasons to newly passing/failing step #5

---
Diffs of the changes:  (+1 -1)

 ProgramResults.php |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.38 nightlytest-serverside/ProgramResults.php:1.39
--- nightlytest-serverside/ProgramResults.php:1.38	Fri Sep  8 06:41:58 2006
+++ nightlytest-serverside/ProgramResults.php	Fri Sep  8 06:44:44 2006
@@ -610,7 +610,7 @@
     $test_key = $row['program'];
     if (isset($test_hash[$test_key]) && isTestPass($row['result'])) {
       $reasons = getFailReasons($test_hash[$test_key]);
-      $result .= "{$test_key}{$reasons)<br>\n";
+      $result .= "{$test_key}{$reasons}<br>\n";
     }
   }
   mysql_free_result($program_query);






More information about the llvm-commits mailing list