Commit 3c941c61 authored by Stefan Weil's avatar Stefan Weil Committed by Stefan Hajnoczi
Browse files

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: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent 49cb826e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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")