Minor fix in stage-test to add TOX_PARALLEL_NO_SPINNER 57/12557/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 22 Sep 2022 08:49:01 +0000 (10:49 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 21 Oct 2022 09:10:55 +0000 (11:10 +0200)
Change-Id: Ifc960e639c3ec8fae680fc7234239447803b6b40
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
devops-stages/stage-test.sh

index 7d00a00..993823a 100755 (executable)
@@ -13,5 +13,5 @@
 # limitations under the License.
 
 echo "Launching tox"
-tox --parallel=auto
+TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto