On 2014-10-28 at 07:45, Fam Zheng wrote:
Signed-off-by: Fam Zheng <f...@redhat.com>
---
  tests/Makefile | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 16f0e4c..f430b18 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -463,7 +463,7 @@ check-qapi-schema: $(patsubst %,check-%, 
$(check-qapi-schema-y))
  check-qtest: $(patsubst %,check-qtest-%, $(QTEST_TARGETS))
  check-unit: $(patsubst %,check-%, $(check-unit-y))
  check-block: $(patsubst %,check-%, $(check-block-y))
-check: check-qapi-schema check-unit check-qtest
+check: check-qapi-schema check-unit check-qtest check-block
  check-clean:
        $(MAKE) -C tests/tcg clean
        rm -rf $(check-unit-y) tests/*.o $(QEMU_IOTESTS_HELPERS-y)

Even regardless of patch 1:

Reviewed-by: Max Reitz <mre...@redhat.com>

But we must fix 039 first (I remember some other test failing sometimes, but I can't remember which).

Reply via email to