From 81b3d7eda54edd74c0ab7b9a564ae6adb0d45839 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Tue, 15 Dec 2015 18:26:04 +0100 Subject: tests: fix run.sh --parallel=1 Signed-off-by: Ruediger Meier --- tests/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/run.sh') 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 -- cgit v1.2.3-55-g7522