From 6290d65b7c76522dc4109acf62852b5c2d13102f Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 18 Apr 2017 17:03:10 +0100 Subject: [PATCH] jenkins: scripts: run-tox.sh: Increase verbosity Level 2 verbosity gives some useful output such as the PATH that's used by tox and the start and finish time for each test which can be useful when debugging tox related issues. Other than that, the output is very similar to that of level 1. Change-Id: I34a82bf45546e7b1b6265ecf8a7e9fd73a6cb3a9 Link: https://github.com/tox-dev/tox/search?utf8=%E2%9C%93&q=verbosity2&type= --- jenkins/scripts/run-tox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/scripts/run-tox.sh b/jenkins/scripts/run-tox.sh index b9a9e02984..99cf0cd270 100755 --- a/jenkins/scripts/run-tox.sh +++ b/jenkins/scripts/run-tox.sh @@ -125,7 +125,7 @@ $script_path/jenkins-oom-grep.sh pre sudo $script_path/jenkins-sudo-grep.sh pre -tox -v -e$venv +tox -vv -e$venv result=$? freeze_venv