From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: Stefan Weil <sw@weilnetz.de>,
qemu-devel@nongnu.org,
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PATCH 2/5] tests: Silence gtester in Makefile
Date: Thu, 19 Jan 2012 10:32:04 +0000 [thread overview]
Message-ID: <1326969127-22458-3-git-send-email-stefanha@linux.vnet.ibm.com> (raw)
In-Reply-To: <1326969127-22458-1-git-send-email-stefanha@linux.vnet.ibm.com>
From: Stefan Weil <sw@weilnetz.de>
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 | 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
next prev parent reply other threads:[~2012-01-19 10:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-19 10:32 [Qemu-devel] [PULL 0/5] Trivial patches for 14 to 19 January 2012 Stefan Hajnoczi
2012-01-19 10:32 ` [Qemu-devel] [PATCH 1/5] qemu-tool: Fix mixup of int64 and int64_t Stefan Hajnoczi
2012-01-19 10:32 ` Stefan Hajnoczi [this message]
2012-01-19 10:32 ` [Qemu-devel] [PATCH 3/5] lm32: Fix mixup of uint32 and uint32_t Stefan Hajnoczi
2012-01-19 10:32 ` [Qemu-devel] [PATCH 4/5] Makefile: Exclude tests/Makefile in unconfigured tree Stefan Hajnoczi
2012-01-19 10:32 ` [Qemu-devel] [PATCH 5/5] Makefile: Remove generated headers on clean Stefan Hajnoczi
2012-01-19 18:47 ` [Qemu-devel] [PULL 0/5] Trivial patches for 14 to 19 January 2012 Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1326969127-22458-3-git-send-email-stefanha@linux.vnet.ibm.com \
--to=stefanha@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).