X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=5a86dc9609f293f69397af53187478a0914f948f;hb=84a60df053d2e3f902e7e58d5f5a5db46789683e;hp=e5a8e85140d00b5379d4912580b1e7e9b58f8293;hpb=a0911d313aed81603a71ec70a7fe6835f734961f;p=osm%2FNBI.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index e5a8e85..5a86dc9 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,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto) -printf "$OUTPUT" +echo "Launching tox" +TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto