X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=50f588a997b52d5dc20eb598b56a7012372fb272;hp=a4a0604570fe5cbd35d403b52f78f8f49a015a6b;hb=b84e4a7d4324087219ffb25887319e9ffefdb659;hpb=f52cb7cfeb4e24febe7c66af3d5bb275a50d7f99 diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index a4a0604..50f588a 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/sh -tox \ No newline at end of file +OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto) +printf "$OUTPUT"