diff --git a/tools/gate/build-images b/tools/gate/build-images index ebe7ccd..c8327c9 100755 --- a/tools/gate/build-images +++ b/tools/gate/build-images @@ -3,5 +3,5 @@ IMAGE=$1 if [ "$IMAGE" = "generic" ]; then - tox -e buildimage -fi \ No newline at end of file + tox -v -e buildimage +fi