X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=a247f375fcab84839ef8274e3011a69f7255ee4e;hb=refs%2Fchanges%2F12%2F12112%2F3;hp=b47e1380a59d30b182191237b977670cd0d304ba;hpb=d125caf630021538f19aadab045b5d17def67cdd;p=osm%2FNBI.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index b47e138..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,4 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -tox -e flake8 +set -e +echo "Launching tox" +tox --parallel=auto +