Make CI 'buildimage' tox job verbose

It is very useful to have detailed messages in CI logs for case we have
errors. So, enable it for CI.

Change-Id: Icf943dfababad8f6a99c2a754a753a40be9457b1
Closes-Bug: #1538662
This commit is contained in:
vponomaryov 2016-01-27 19:52:06 +02:00 committed by Valeriy Ponomaryov
parent 572cef52e2
commit f65fb8566c
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
IMAGE=$1
if [ "$IMAGE" = "generic" ]; then
tox -e buildimage
fi
tox -v -e buildimage
fi