From: Jan Lehnardt Date: Wed, 23 Oct 2002 08:51:17 +0000 (+0000) Subject: - be more verbose X-Git-Tag: php-4.3.0pre2~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70251bcac00871cba4b1f9d39ce206b792cd78a4;p=php - be more verbose --- diff --git a/run-tests.php b/run-tests.php index 1483ae8604..4c20873bc8 100755 --- a/run-tests.php +++ b/run-tests.php @@ -270,7 +270,7 @@ if ($sum_results['FAILED']) { $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) {