| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 19, 2012, 10:32 a.m. |
| Message ID | <1326969127-22458-3-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/136810/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tests/Makefile b/tests/Makefile index efde63a..55e8eb0 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")