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:
parent
572cef52e2
commit
f65fb8566c
@ -3,5 +3,5 @@
|
||||
IMAGE=$1
|
||||
|
||||
if [ "$IMAGE" = "generic" ]; then
|
||||
tox -e buildimage
|
||||
fi
|
||||
tox -v -e buildimage
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user