tony2001                Wed Jan 18 17:59:41 2006 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src    run-tests.php 
  Log:
  MFH: fix error message on `make test` when bison is not installed
  
  
http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.119.2.39.2.3&r2=1.119.2.39.2.4&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.119.2.39.2.3 
php-src/run-tests.php:1.119.2.39.2.4
--- php-src/run-tests.php:1.119.2.39.2.3        Sun Jan  1 13:46:48 2006
+++ php-src/run-tests.php       Wed Jan 18 17:59:41 2006
@@ -430,7 +430,7 @@
                $failed_tests_data .= "Autoconf:\n$autoconf\n";
                $failed_tests_data .= "Libtool:\n$libtool\n";
                $failed_tests_data .= "Compiler:\n$compiler\n";
-               $failed_tests_data .= "Bison:\n". @shell_exec('bison 
--version'). "\n";
+               $failed_tests_data .= "Bison:\n". @shell_exec('bison --version 
2>/dev/null'). "\n";
                $failed_tests_data .= "Libraries:\n$ldd\n";
                $failed_tests_data .= "\n";
                

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

Reply via email to