qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] tests: Silence gtester in Makefile


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH] tests: Silence gtester in Makefile
Date: Mon, 16 Jan 2012 07:26:27 +0100

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 <address@hidden>
---
 tests/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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")
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]