From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNJcQ-0005OZ-5u for qemu-devel@nongnu.org; Tue, 11 Mar 2014 06:09:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNJcH-0004YW-H8 for qemu-devel@nongnu.org; Tue, 11 Mar 2014 06:09:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNJcH-0004YQ-9X for qemu-devel@nongnu.org; Tue, 11 Mar 2014 06:08:57 -0400 From: Marcel Apfelbaum Date: Tue, 11 Mar 2014 12:09:10 +0200 Message-Id: <1394532550-21857-3-git-send-email-marcel.a@redhat.com> In-Reply-To: <1394532550-21857-1-git-send-email-marcel.a@redhat.com> References: <1394532550-21857-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [PATCH V2 2/2] tests: Tweak the Makefile to produce per-test output. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, armbru@redhat.com, aliguori@amazon.com, afaerber@suse.de From: Stefan Hajnoczi The effect is that the output will grow, but we will know which qtest failed. This helps when an asert is made on other code and not in the test itself. Signed-off-by: Stefan Hajnoczi Signed-off-by: Marcel Apfelbaum --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index b17d41e..a8405c8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -273,7 +273,7 @@ check-help: @echo "changed with variable GTESTER_OPTIONS." SPEED = quick -GTESTER_OPTIONS = -k $(if $(V),--verbose,-q) +GTESTER_OPTIONS = -k #$(if $(V),--verbose,-q) GCOV_OPTIONS = -n $(if $(V),-f,) # gtester tests, possibly with verbose output -- 1.8.3.1