summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-04-19 17:22:53 +0000
committerMarcus Boerger <helly@php.net>2003-04-19 17:22:53 +0000
commit1939d27acab914a7cfd95555a9ad22724c69596a (patch)
treefd1775ef64a2e99a6fa5a701a1478b22dc4f1332
parent93a53656a5f306a5fb0859c041c138a7bb3a25d9 (diff)
downloadphp-git-1939d27acab914a7cfd95555a9ad22724c69596a.tar.gz
The env-var TEST_PHP_EXECUTABLE is needed in tests
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index e559f39561..e70ca408d5 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -114,6 +114,7 @@ if (getenv('TEST_PHP_EXECUTABLE')) {
$php = getenv('TEST_PHP_EXECUTABLE');
if ($php=='auto') {
$php = $cwd.'/sapi/cli/php';
+ putenv("TEST_PHP_EXECUTABLE=$php");
}
}
if (!file_exists($php)) {