Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- tests/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile b/tests/Makefile index a6b993c..6acb3e2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -77,7 +77,7 @@ check-qtest-%: $(HW_TESTS) @for test in $^; do \ arch=`echo $@ | cut -f3- -d-`; \ echo "Running '$$test' with qemu-system-$$arch..."; \ - $(SRC_PATH)/scripts/qtest $$arch-softmmu/qemu-system-$$arch $$test || exit $?; \ + $(SRC_PATH)/scripts/qtest $$arch-softmmu/qemu-system-$$arch $$test || exit $$?; \ done check-qtest: $(patsubst %,check-qtest-%, $(TARGETS)) -- 1.7.7.1