projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49cb826
)
tests: Silence gtester in Makefile
author
Stefan Weil
<sw@weilnetz.de>
Mon, 16 Jan 2012 06:26:27 +0000
(07:26 +0100)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
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 <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index efde63a5f34972bfad1c92ae3a22bcbfbb1e7f80..55e8eb0ad52c1fb526eeafdd6feff3fb05375efb 100644
(file)
--- 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"
)