]> granicus.if.org Git - php/commitdiff
- be more verbose
authorJan Lehnardt <jan@php.net>
Wed, 23 Oct 2002 08:51:17 +0000 (08:51 +0000)
committerJan Lehnardt <jan@php.net>
Wed, 23 Oct 2002 08:51:17 +0000 (08:51 +0000)
run-tests.php

index 1483ae86043525b1de2994adcc9c1a707f043a14..4c20873bc82250d199637b834b867a180a793c76 100755 (executable)
@@ -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) {