qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/5] tests: Silence gtester in Makefile


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 2/5] tests: Silence gtester in Makefile
Date: Thu, 19 Jan 2012 10:32:04 +0000

From: Stefan Weil <address@hidden>

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>
Signed-off-by: Stefan Hajnoczi <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.8.3




reply via email to

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