aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtempest/tempest-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/tempest-run.sh b/tempest/tempest-run.sh
index a1c62d9..8d257be 100755
--- a/tempest/tempest-run.sh
+++ b/tempest/tempest-run.sh
@@ -28,7 +28,7 @@ else
fi
export TOX_PROGRESS_NLINES=$(cat $test_file | wc -l)
-testr run --subunit --load-list=$test_file --concurrency=${LAVA_TEMPEST_CONCURRENCY:-1} | subunit-trace --no-failure-debug
+testr run --subunit --load-list=$test_file --parallel --concurrency=${LAVA_TEMPEST_CONCURRENCY:-1} | subunit-trace --no-failure-debug
rm $test_file
testr last --subunit > $od/results.subunit