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

Jim Laskey jlaskey at apple.com
Fri Sep 8 12:48:05 PDT 2006



Changes in directory nightlytest-serverside:

test.php updated: 1.20 -> 1.21
---
Log message:

reuse code for e-mail report #5

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

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


Index: nightlytest-serverside/test.php
diff -u nightlytest-serverside/test.php:1.20 nightlytest-serverside/test.php:1.21
--- nightlytest-serverside/test.php:1.20	Fri Sep  8 14:45:37 2006
+++ nightlytest-serverside/test.php	Fri Sep  8 14:47:51 2006
@@ -191,7 +191,7 @@
  * Printing failures in test suite
  *
  ******************************************************/
-$failing_tests=htmlifyTestResultsgetFailures($night_id));
+$failing_tests=htmlifyTestResults(getFailures($night_id));
 if(strcmp($failing_tests,"")===0){
   $newly_failing_tests="None";
 }






More information about the llvm-commits mailing list