X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;fp=devops-stages%2Fstage-test.sh;h=28021512580817e51bf284a0572725332b7cdd9f;hb=20fc3b7f54e37c3c971a8a29ae1a2d883125ac75;hp=2d7b24ee35a3b39ea4be15a6e8f773a965ed02ed;hpb=434a53df059664d745034a111d5ca79df681af11;p=osm%2FPLA.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 2d7b24e..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 @@ -12,5 +15,6 @@ # 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 +