From: Stefan Weil Date: Mon, 16 Jan 2012 06:26:27 +0000 (+0100) Subject: tests: Silence gtester in Makefile X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c941c613a398ca62a9852f5bd29c1400ceffb3a;p=qemu.git tests: Silence gtester in Makefile This prettifies make output a little by avoiding a very long line. As gtester prints the checks when they are run, no information is lost. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- diff --git a/tests/Makefile b/tests/Makefile index efde63a5f3..55e8eb0ad5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -36,4 +36,4 @@ test-qmp-commands: test-qmp-commands.o $(qobject-obj-y) $(qapi-obj-y) $(tools-ob .PHONY: check check: $(CHECKS) - gtester $(CHECKS) + $(call quiet-command, gtester $(CHECKS), " CHECK")