X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=75a3c61656d6531c8af1f5e46ff1ce170dd31ef7;hb=refs%2Ftags%2Fbranch-ng-ro-refactor-start;hp=d588666052f48e38669b82d23d6607a8747aa6f9;hpb=57f492047cb0c2f22680895d823bd729fd266185;p=osm%2FPOL.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index d588666..75a3c61 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -16,11 +16,5 @@ # License for the specific language governing permissions and limitations # under the License. -# For those usages not covered by the Apache License, Version 2.0 please -# contact: prithiv.mohan@intel.com or adrian.hoban@intel.com - -#__author__ = "Prithiv Mohan" -#__date__ = "14/Sep/2017" - -#!/bin/bash -tox +OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto) +printf "$OUTPUT"