Merge "Fail functests if refusing to run tests"
This commit is contained in:
commit
8175c26774
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue