From: Hannes Magnusson Date: Mon, 17 Dec 2007 11:00:16 +0000 (+0000) Subject: Check if we know which php executable we should use X-Git-Tag: RELEASE_1_3_1~491 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4de3c0b9859dbb9a7cc35b0513033d456045fc6c;p=php Check if we know which php executable we should use # Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set --- diff --git a/run-tests.php b/run-tests.php index 2cd4885cdd..1eaa62a8e0 100755 --- a/run-tests.php +++ b/run-tests.php @@ -519,6 +519,7 @@ HELP; // Run selected tests. $test_cnt = count($test_files); if ($test_cnt) { + verify_config(); write_information($html_output); usort($test_files, "test_sort"); $start_time = time();