- Patch #367508 by lyricnz: returned help screen when running test groups.

merge-requests/26/head
Dries Buytaert 2009-02-01 16:42:26 +00:00
parent 5e2ad8e43c
commit b8389ebd54
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ function simpletest_script_parse_args() {
else {
// Values found without an argument should be test names.
$args['test_names'] += explode(',', $arg);
$count++;
}
}