jan             Wed Oct 23 04:51:18 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
   - be more verbose
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.81 php4/run-tests.php:1.82
--- php4/run-tests.php:1.81     Tue Oct 22 14:53:56 2002
+++ php4/run-tests.php  Wed Oct 23 04:51:17 2002
@@ -270,7 +270,7 @@
                $failed_tests_data .= "Autoconf:\n". shell_exec('autoconf --version'). 
"\n";
                $failed_tests_data .= "Libtool:\n". shell_exec('libtool --version'). 
"\n";
                $failed_tests_data .= "Bison:\n". shell_exec('bison --version'). "\n";
-               $failed_tests_data .= "Compiler:\n". shell_exec('cc --version'). "\n";
+               $failed_tests_data .= "Compiler:\n". shell_exec('cc -v'). "\n";
                $failed_tests_data .= "\n\n";
                
                foreach ($GLOBALS['__PHP_FAILED_TESTS__'] as $test_info) {



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

Reply via email to