From: Stefan Weil Date: Mon, 16 Jan 2012 06:26:27 +0000 (+0100) Subject: tests: Silence gtester in Makefile X-Git-Tag: v1.1-rc0~568^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c941c613a398ca62a9852f5bd29c1400ceffb3a;p=thirdparty%2Fqemu.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 efde63a5f34..55e8eb0ad52 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")