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

Jim Laskey jlaskey at apple.com
Thu Aug 31 11:11:04 PDT 2006



Changes in directory nightlytest-serverside:

fulltest.php updated: 1.15 -> 1.16
---
Log message:

Reflect the change in arguments.


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

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


Index: nightlytest-serverside/fulltest.php
diff -u nightlytest-serverside/fulltest.php:1.15 nightlytest-serverside/fulltest.php:1.16
--- nightlytest-serverside/fulltest.php:1.15	Mon Aug 21 15:21:55 2006
+++ nightlytest-serverside/fulltest.php	Thu Aug 31 13:10:50 2006
@@ -179,7 +179,7 @@
  * Printing failures in test suite
  *
  ******************************************************/
-$failing_tests=getFailures($night_id, $previous_succesful_id, $mysql_link);
+$failing_tests=getFailures($night_id);
 if(strcmp($failing_tests,"")===0){
   $newly_failing_tests="None";
 }






More information about the llvm-commits mailing list