From 16fa74fde76fae92cf53fd25b2adf4c52fa57a8f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 19 Oct 2008 20:12:55 +0000 Subject: - Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in run-tests.sh --- scripts/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run-tests.sh') diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 3266db3ad..572bd6885 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -162,7 +162,7 @@ function simpletest_script_parse_args() { 'list' => FALSE, 'clean' => FALSE, 'url' => '', - 'php' => NULL, + 'php' => '', 'concurrency' => 1, 'all' => FALSE, 'class' => FALSE, -- cgit v1.2.3