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