- Patch #322843 by Damien Tournoud, boombatower: fixed --php parameter in run-tests.sh
parent
7e9b552753
commit
16fa74fde7
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue