- Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in run-tests.sh

merge-requests/26/head
Dries Buytaert 2008-10-19 20:12:55 +00:00
parent 7e9b552753
commit 16fa74fde7
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ function simpletest_script_parse_args() {
'list' => FALSE, 'list' => FALSE,
'clean' => FALSE, 'clean' => FALSE,
'url' => '', 'url' => '',
'php' => NULL, 'php' => '',
'concurrency' => 1, 'concurrency' => 1,
'all' => FALSE, 'all' => FALSE,
'class' => FALSE, 'class' => FALSE,