| commit | 36993ffceb0f72059b54c19e62fd7588c2b9d931 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Thu Sep 22 10:49:01 2022 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Fri Oct 21 11:10:55 2022 +0200 |
| tree | 04fde14f57cdd02419b45623426cc519b8cecac1 | |
| parent | 07a2a3932ee517aa1b655f353560cabfe9872cae [diff] |
Minor fix in stage-test to add TOX_PARALLEL_NO_SPINNER Change-Id: Ifc960e639c3ec8fae680fc7234239447803b6b40 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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