From 36993ffceb0f72059b54c19e62fd7588c2b9d931 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 22 Sep 2022 10:49:01 +0200 Subject: [PATCH] Minor fix in stage-test to add TOX_PARALLEL_NO_SPINNER Change-Id: Ifc960e639c3ec8fae680fc7234239447803b6b40 Signed-off-by: garciadeblas --- devops-stages/stage-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 7d00a00..993823a 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -13,5 +13,5 @@ # limitations under the License. echo "Launching tox" -tox --parallel=auto +TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto -- 2.25.1