summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-12-17 11:00:16 +0000
committerHannes Magnusson <bjori@php.net>2007-12-17 11:00:16 +0000
commit4de3c0b9859dbb9a7cc35b0513033d456045fc6c (patch)
tree5aa971b4011fc4884fecf23a60cf6028775e7e90
parentf7f6de4dc23ac45ad622fda9df402d94745f4352 (diff)
downloadphp-git-4de3c0b9859dbb9a7cc35b0513033d456045fc6c.tar.gz
Check if we know which php executable we should use
# Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
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();