helly           Sat May 31 10:10:27 2003 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  MFB: This is needed though
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.163 php4/run-tests.php:1.164
--- php4/run-tests.php:1.163    Sat May 31 08:14:41 2003
+++ php4/run-tests.php  Sat May 31 10:10:27 2003
@@ -832,7 +832,7 @@
 
        // Test failed so we need to report details.
        if ($warn) {
-               echo "WARN $tested\n";
+               echo "WARN $tested$info\n";
        } else {
                echo "FAIL $tested\n";
        }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to