From patchwork Tue Mar 11 10:09:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Apfelbaum X-Patchwork-Id: 329023 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E1C4A2C00AA for ; Tue, 11 Mar 2014 21:10:16 +1100 (EST) Received: from localhost ([::1]:53193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNJdV-0006ID-9l for incoming@patchwork.ozlabs.org; Tue, 11 Mar 2014 06:10:13 -0400 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 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2BA8tFr025374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Mar 2014 06:08:55 -0400 Received: from localhost.localdomain.com (vpn1-6-106.ams2.redhat.com [10.36.6.106]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s2BA8lhN011953; Tue, 11 Mar 2014 06:08:53 -0400 From: Marcel Apfelbaum To: qemu-devel@nongnu.org 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> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, stefanha@redhat.com, armbru@redhat.com, aliguori@amazon.com, afaerber@suse.de Subject: [Qemu-devel] [PATCH V2 2/2] tests: Tweak the Makefile to produce per-test output. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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