aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-01-16 07:26:27 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-01-19 08:14:33 +0000
commit3c941c613a398ca62a9852f5bd29c1400ceffb3a (patch)
tree9854733157db032bcc14ced3f222b4d40c477b3d
parent49cb826e8f66760d377cb2028b4274b9538d36e4 (diff)
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 <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index efde63a5f..55e8eb0ad 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")