aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check.in')
-rwxr-xr-xscripts/check.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check.in b/scripts/check.in
index ff3c96441..82d805b79 100755
--- a/scripts/check.in
+++ b/scripts/check.in
@@ -1,5 +1,5 @@
#!/bin/bash
-# mctestr : shorthand for make and ctest -R
+# check : shorthand for make and ctest -R
if [ $# == 0 -o $# -ge 3 ]
then
@@ -9,4 +9,4 @@ then
fi
# TODO when ctest 2.8 comes out, honor the jobs parameter
-./buildtests "$1" "$2" && ctest -R "$1"
+./buildtests "$1" "${2:-1}" && ctest -R "$1"