diff options
| author | Marcus Boerger <helly@php.net> | 2003-04-19 17:22:53 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-04-19 17:22:53 +0000 |
| commit | 1939d27acab914a7cfd95555a9ad22724c69596a (patch) | |
| tree | fd1775ef64a2e99a6fa5a701a1478b22dc4f1332 | |
| parent | 93a53656a5f306a5fb0859c041c138a7bb3a25d9 (diff) | |
| download | php-git-1939d27acab914a7cfd95555a9ad22724c69596a.tar.gz | |
The env-var TEST_PHP_EXECUTABLE is needed in tests
| -rwxr-xr-x | run-tests.php | 1 |
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)) { |
