X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=5a86dc9609f293f69397af53187478a0914f948f;hb=514b546acfeedf03541574394f934e06335f16ee;hp=87802ea6ac0088aafee488fe217bc47cd04cbd08;hpb=9e87a7fbc49d98dfae5fc6b7f4c17b81729a2af7;p=osm%2FNBI.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 87802ea..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. -rm -f nosetests.xml -tox # flake8 unittest - +echo "Launching tox" +TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto