From 26ef74f867b7bc14a5c6c8d23923ca576da3cfb1 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 18 Jan 2006 17:59:20 +0000 Subject: MFH: fix error message on `make test` when bison is not installed --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests.php') diff --git a/run-tests.php b/run-tests.php index b9924583f7..3b03a0eb09 100755 --- a/run-tests.php +++ b/run-tests.php @@ -714,7 +714,7 @@ if ($just_save_results || !getenv('NO_INTERACTION')) { $failed_tests_data .= "Bundled Libtool:\n$libtool\n"; $failed_tests_data .= "System Libtool:\n$sys_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"; -- cgit v1.2.1