Enable black in tox.ini
[osm/PLA.git] / devops-stages / stage-test.sh
index 2d7b24e..2802151 100755 (executable)
@@ -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
+