X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=5a86dc9609f293f69397af53187478a0914f948f;hb=f6574e3ca504b3f0bd98d3ccdc51830418d80ed8;hp=71d22528746046d23188b20c6031ed9325ee43e3;hpb=454c30b8407d64cf360dacb0444c586b46801e1c;p=osm%2FNBI.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 71d2252..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,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -tox # flake8 unittest - +echo "Launching tox" +TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto