Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 972066DE00E1 for ; Mon, 11 Apr 2016 07:06:15 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.020] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sPXY02n5CEPn for ; Mon, 11 Apr 2016 07:06:07 -0700 (PDT) X-Greylist: delayed 394 seconds by postgrey-1.35 at arlo; Mon, 11 Apr 2016 07:06:06 PDT Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id D94316DE00BB for ; Mon, 11 Apr 2016 07:06:06 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id 4B285F991 for ; Mon, 11 Apr 2016 09:59:30 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 1307C20072; Mon, 11 Apr 2016 09:59:30 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH] remove debugging spew from T590 Date: Mon, 11 Apr 2016 09:59:30 -0400 Message-Id: <1460383170-17979-1-git-send-email-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.8.0.rc3 In-Reply-To: <1460166892-29721-2-git-send-email-dkg@fifthhorseman.net> References: <1460166892-29721-2-git-send-email-dkg@fifthhorseman.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 14:06:15 -0000 This debugging aide somehow made it into the actual commits centered around fix-thread, and it should not have. you could squash this change with 76955e82d1e4615faf49301804727aa4e3a76fd6 ("test thread breakage when messages are removed and re-added") apologies for the noisy process here. --- test/T590-thread-breakage.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/T590-thread-breakage.sh b/test/T590-thread-breakage.sh index 45446b9..6e4031a 100755 --- a/test/T590-thread-breakage.sh +++ b/test/T590-thread-breakage.sh @@ -71,8 +71,6 @@ test_ghost_count() { } notmuch new >/dev/null -pwd -ls -la ${MAIL_DIR}/.notmuch/xapian test_thread_count 0 'There should be no threads initially' test_ghost_count 0 'There should be no ghosts initially' -- 2.8.0.rc3