Fix stage-test.sh to properly enable it 65/13265/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 25 Apr 2023 07:27:34 +0000 (09:27 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 25 Apr 2023 07:27:49 +0000 (09:27 +0200)
Change-Id: Id1746db909a3aed9f90badf66f77c70307c11987
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
devops-stages/stage-test.sh
tox.ini

index 067d896..eee57ff 100755 (executable)
@@ -16,5 +16,6 @@
 #    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
+
diff --git a/tox.ini b/tox.ini
index 1e93fb3..aa926aa 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,7 @@ setenv = VIRTUAL_ENV={envdir}
 passenv = HOME
 deps =  -r{toxinidir}/requirements.txt
 skip_install = true
+parallel_show_output = true
 
 
 #######################################################################################