aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-12-07 18:05:09 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-12-07 18:05:09 -0500
commitdd718f8fc8dd8b3078dae82eb700de5ee9945507 (patch)
tree5cac4885192ff1f6afe542f7ca68229928fd7a38
parentcee64d38f87fdc233d9978e311f5f945ffeb596e (diff)
temporary: disable parallel test execution
-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 8d257be..a1c62d9 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 --parallel --concurrency=${LAVA_TEMPEST_CONCURRENCY:-1} | subunit-trace --no-failure-debug
+testr run --subunit --load-list=$test_file --concurrency=${LAVA_TEMPEST_CONCURRENCY:-1} | subunit-trace --no-failure-debug
rm $test_file
testr last --subunit > $od/results.subunit