From 4de3c0b9859dbb9a7cc35b0513033d456045fc6c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 17 Dec 2007 11:00:16 +0000 Subject: [PATCH] Check if we know which php executable we should use # Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set --- run-tests.php | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.50.1