aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-12-08 16:20:52 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-12-08 16:20:52 -0500
commit01b7f301bde2b2070f5c76a24dcf7a1f2a5ba219 (patch)
tree521982d2155f30a91805b59532e4ce8b816b7c55
parent5bb324485db9a5390efff4284ddd0a630b7bc7d7 (diff)
revert: temporary: disable parallel test executionHEADmaster
-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