From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 6D55C6DE1587 for ; Wed, 10 Jul 2019 08:05:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.984 X-Spam-Level: X-Spam-Status: No, score=0.984 tagged_above=-999 required=5 tests=[AWL=-1.085, DATE_IN_PAST_96_XX=2.07, SPF_PASS=-0.001] 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 BxzWBTk_Gipr for ; Wed, 10 Jul 2019 08:05:03 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 6A5146DE1560 for ; Wed, 10 Jul 2019 08:05:02 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hlE9T-0005Pm-7M; Wed, 10 Jul 2019 11:04:59 -0400 Received: (nullmailer pid 19476 invoked by uid 1000); Fri, 05 Jul 2019 16:00:15 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Cc: tomi.ollila@iki.fi Subject: Re: [PATCH] test: aggregate-results.sh: count test files where all tests skipped In-Reply-To: <20190615142844.30381-1-tomi.ollila@iki.fi> References: <20190615142844.30381-1-tomi.ollila@iki.fi> Date: Fri, 05 Jul 2019 18:00:15 +0200 Message-ID: <87k1cwcvzk.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Wed, 10 Jul 2019 15:05:04 -0000 Tomi Ollila writes: > Previously, when all tests were skipped on a test file, there were > no indication of this in the final results aggregate-results.sh > printed. > Now count of the files where all tests were skipped is printed. pushed d