From b8389ebd54e908131542576c0ce4ea8971768733 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Feb 2009 16:42:26 +0000 Subject: - Patch #367508 by lyricnz: returned help screen when running test groups. --- scripts/run-tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/run-tests.sh') diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 738bfb52a..f53ad1937 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -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++; } } -- cgit v1.2.3