summaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 4927a483a..dca9c6c54 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -65,11 +65,9 @@ while [ -n "$1" ]; do
;;
--parallel=*)
paraller_jobs="${1##--parallel=}"
- OPTS="$OPTS --parallel"
;;
--parallel)
paraller_jobs=$(num_cpus)
- OPTS="$OPTS --parallel"
;;
--exclude=*)
EXCLUDETESTS="${1##--exclude=}"
@@ -164,6 +162,7 @@ echo
if [ $paraller_jobs -gt 1 ]; then
echo " Executing the tests in parallel ($paraller_jobs jobs) "
echo
+ OPTS="$OPTS --parallel"
fi
count=0