summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-02-01 16:42:26 +0000
committerDries Buytaert <dries@buytaert.net>2009-02-01 16:42:26 +0000
commitb8389ebd54e908131542576c0ce4ea8971768733 (patch)
tree9ccf3ad4f5ccac9a26380f688c3fce1275829efd /scripts/run-tests.sh
parent5e2ad8e43cc6e5aad12a5b4be3d310477498d3b4 (diff)
downloadbrdo-b8389ebd54e908131542576c0ce4ea8971768733.tar.gz
brdo-b8389ebd54e908131542576c0ce4ea8971768733.tar.bz2
- Patch #367508 by lyricnz: returned help screen when running test groups.
Diffstat (limited to 'scripts/run-tests.sh')
-rwxr-xr-xscripts/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
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++;
}
}