Merge "Fail functests if refusing to run tests"

This commit is contained in:
Jenkins 2016-06-29 21:38:30 +00:00 committed by Gerrit Code Review
commit 8175c26774
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ test_formats="tar raw qcow2 docker aci"
for binary in qemu-img docker ; do
if [ -z "$(which $binary)" ]; then
echo "Warning: No $binary binary found, cowardly refusing to run tests."
exit 0
exit 1
fi
done