summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
diff options
context:
space:
mode:
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++;
}
}