]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/Makefile: Do not print the name of the check-block.sh shell script
authorThomas Huth <thuth@redhat.com>
Fri, 6 Sep 2019 11:35:34 +0000 (13:35 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 16 Sep 2019 12:48:30 +0000 (14:48 +0200)
The check script is already printing out which iotest is currently
running, so printing out the name of the check-block.sh shell script
looks superfluous here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-id: 20190906113534.10907-1-thuth@redhat.com
Acked-by: John Snow <jsnow@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/Makefile.include

index b39860a8d03330aa194ff660d4a05f8a0ab754d4..793632ca72a5fd4e1f2a8e1237a38603b7761864 100644 (file)
@@ -1100,7 +1100,7 @@ QEMU_IOTESTS_HELPERS-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_LINUX)) = tests/qemu
 check-tests/check-block.sh: tests/check-block.sh qemu-img$(EXESUF) \
                qemu-io$(EXESUF) qemu-nbd$(EXESUF) $(QEMU_IOTESTS_HELPERS-y) \
                $(patsubst %,%/all,$(filter %-softmmu,$(TARGET_DIRS)))
-       $<
+       @$<
 
 .PHONY: $(patsubst %, check-%, $(check-qapi-schema-y))
 $(patsubst %, check-%, $(check-qapi-schema-y)): check-%.json: $(SRC_PATH)/%.json