X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=5a86dc9609f293f69397af53187478a0914f948f;hb=01bd3bc1e98aa20ab8947a7da989213329314a8c;hp=5f94ba354ec302f9307c77b3ed5ac05d02ebd1af;hpb=1bfe4e2392fe3ba155d71ad4f99fbc7fd21e68be;p=osm%2FNBI.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 5f94ba3..5a86dc9 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -tox -e flake8 -tox -e unittest - +echo "Launching tox" +TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto