X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=28021512580817e51bf284a0572725332b7cdd9f;hb=9bd1ee2d3893c1450b3650ead9e71b5e01d0883f;hp=69c6fcd8f35488b01fdca4dc098ca27efab419bf;hpb=2b0e2d72595a5e25bd8f785138416d12829fbd64;p=osm%2FPLA.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 69c6fcd..2802151 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -1,4 +1,7 @@ -#!/bin/sh +#!/bin/bash + +# Copyright 2017 Intel Research and Development Ireland Limited + # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -11,4 +14,7 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -tox + +echo "Launching tox" +TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto +