diff options
| author | Marcus Boerger <helly@php.net> | 2008-08-30 11:25:34 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2008-08-30 11:25:34 +0000 |
| commit | 063ed94f287ee06f6e28cf4cf49ccdfbb90e5f1f (patch) | |
| tree | 3e005cbbba704775633e678a09063ca63d010c1e | |
| parent | 905269f056c142b120f79ef8aa4b4028d56be17b (diff) | |
| download | php-git-063ed94f287ee06f6e28cf4cf49ccdfbb90e5f1f.tar.gz | |
- MFH Fix -p handling
| -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 92e2180929..ced680f494 100755 --- a/run-tests.php +++ b/run-tests.php @@ -559,6 +559,7 @@ if (isset($argc) && $argc > 1) { case 'p': $php = $argv[++$i]; putenv("TEST_PHP_EXECUTABLE=$php"); + $environment['TEST_PHP_EXECUTABLE'] = $php; break; case 'q': putenv('NO_INTERACTION=1'); |
