vponomaryov f65fb8566c 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
2016-01-28 11:55:01 +00:00

8 lines
89 B
Bash
Executable File

#!/bin/bash -xe
IMAGE=$1
if [ "$IMAGE" = "generic" ]; then
tox -v -e buildimage
fi