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

Jim Laskey jlaskey at apple.com
Fri Sep 8 04:36:25 PDT 2006



Changes in directory nightlytest-serverside:

ProgramResults.php updated: 1.36 -> 1.37
---
Log message:

Adding reasons to newly passing/failing step #3

---
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.36 nightlytest-serverside/ProgramResults.php:1.37
--- nightlytest-serverside/ProgramResults.php:1.36	Fri Sep  8 06:32:25 2006
+++ nightlytest-serverside/ProgramResults.php	Fri Sep  8 06:36:10 2006
@@ -407,7 +407,7 @@
   }
   
   if (strcmp($result, "") != 0) {
-    $result = " <i>[" . $result . "]</i>";
+    $result = " <font color=\"grey\">[" . $result . "]</font>";
   }
   
   return $result;






More information about the llvm-commits mailing list