Fail functests if refusing to run tests

We made this non-failing so tests could pass before
I92299b2f59aa8e7de8995a6294bf6c88bbd4cdc5 merges. We should make this a
test failure.

Change-Id: I4dd38c835d6fb397bbd0475120a4b0f2ab0290a8
Depends-On: I92299b2f59aa8e7de8995a6294bf6c88bbd4cdc5
This commit is contained in:
Gregory Haynes 2015-04-23 21:55:45 +00:00 committed by greghaynes
parent edc06a20e5
commit feb4eda17a
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