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=
This commit is contained in:
Markos Chandras 2017-04-18 17:03:10 +01:00
parent 01ebb2de5c
commit 6290d65b7c

View File

@ -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