From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Rast Subject: [PATCH 1/3] t/README: --valgrind already implies -v Date: Sun, 31 Mar 2013 10:00:15 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Cc: Johannes Schindelin , Jeff King , =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= , Thomas Rast To: X-From: git-owner@vger.kernel.org Sun Mar 31 10:01:03 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UMDCE-0005O3-4P for gcvg-git-2@plane.gmane.org; Sun, 31 Mar 2013 10:00:58 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754575Ab3CaIAa (ORCPT ); Sun, 31 Mar 2013 04:00:30 -0400 Received: from edge20.ethz.ch ([82.130.99.26]:15920 "EHLO edge20.ethz.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754543Ab3CaIA3 (ORCPT ); Sun, 31 Mar 2013 04:00:29 -0400 Received: from CAS20.d.ethz.ch (172.31.51.110) by edge20.ethz.ch (82.130.99.26) with Microsoft SMTP Server (TLS) id 14.2.298.4; Sun, 31 Mar 2013 10:00:26 +0200 Received: from linux-k42r.v.cablecom.net (213.55.184.251) by CAS20.d.ethz.ch (172.31.51.110) with Microsoft SMTP Server (TLS) id 14.2.298.4; Sun, 31 Mar 2013 10:00:26 +0200 X-Mailer: git-send-email 1.8.2.467.gedf93a5 In-Reply-To: X-Originating-IP: [213.55.184.251] Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: From: Thomas Rast This was missed in 3da9365 (Tests: let --valgrind imply --verbose and --tee, 2009-02-04). Signed-off-by: Thomas Rast --- t/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/README b/t/README index e4128e5..bc7253c5 100644 --- a/t/README +++ b/t/README @@ -95,8 +95,7 @@ appropriately before running "make". --valgrind:: Execute all Git binaries with valgrind and exit with status 126 on errors (just like regular tests, this will only stop - the test script when running under -i). Valgrind errors - go to stderr, so you might want to pass the -v option, too. + the test script when running under -i). Since it makes no sense to run the tests with --valgrind and not see any output, this option implies --verbose. For -- 1.8.2.467.gedf93a5