X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=5a86dc9609f293f69397af53187478a0914f948f;hb=01bd3bc1e98aa20ab8947a7da989213329314a8c;hp=a247f375fcab84839ef8274e3011a69f7255ee4e;hpb=6f18ee4526bd33b54ed8da49dcb62abcf935c905;p=osm%2FNBI.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index a247f37..5a86dc9 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -13,7 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -e echo "Launching tox" -tox --parallel=auto - +TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto