From feb4eda17a0aecaab1cfd7bef84c1a989a3aa4f2 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Thu, 23 Apr 2015 21:55:45 +0000 Subject: [PATCH] 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 --- tests/run_output_format_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_output_format_test.sh b/tests/run_output_format_test.sh index c377032d8..b2f435ad4 100755 --- a/tests/run_output_format_test.sh +++ b/tests/run_output_format_test.sh @@ -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