Merge "Make CI 'buildimage' tox job verbose"

This commit is contained in:
Jenkins 2016-02-01 15:12:21 +00:00 committed by Gerrit Code Review
commit d52151564d
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