X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=75a3c61656d6531c8af1f5e46ff1ce170dd31ef7;hb=65231f7dbb37c47ba6abc7ecfa5cbc369ee91aa7;hp=d588666052f48e38669b82d23d6607a8747aa6f9;hpb=5c54f1d8d992bcf7d720d6069bca9f4344b76a94;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"