]> Git Repo - qemu.git/commitdiff
tests: Silence gtester in Makefile
authorStefan Weil <[email protected]>
Mon, 16 Jan 2012 06:26:27 +0000 (07:26 +0100)
committerStefan Hajnoczi <[email protected]>
Thu, 19 Jan 2012 08:14:33 +0000 (08:14 +0000)
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 <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
tests/Makefile

index efde63a5f34972bfad1c92ae3a22bcbfbb1e7f80..55e8eb0ad52c1fb526eeafdd6feff3fb05375efb 100644 (file)
@@ -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")
This page took 0.035039 seconds and 4 git commands to generate.