From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2AA631F9FE for ; Sun, 21 Feb 2021 21:46:41 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1613943998; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GLjnW6h20KhumSJ9TOXabAhDmPk9qLHPxbjH4LzJcEw=; b=HBWLcc32druSpUJI7ivfY35bVjgAQ0kYhnUQtKICTMCpX/GAmzQTglJwbqJr2IYxmGaV0O ybMt4C17nOmnVzidqxzm4YzI7SSnDruFo66Yt+DlmHJQ9p6Jto8KoOdbAUSNPOruLWsloh fDwRgc7tID9Jxih2RNUY5W8ixXVuXt6IQqVyYsOmSFymXpFfbFgROLhSPK1HUFK2dLm2AO aXv4JarYYPoqAo0clcRtjbLLDtP9TWTN7llyFSo3rw975s9tmvkzV9cqEDNLTeAJmMupG4 frdWTa9JUL/eQ1/Fmyd+iIQkeHzL4sC2OIBe+z+pBMcn0fE3pw9/WIM9OgtU3w== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 2/3] t/www_listing: reword grok-pull skip message Date: Sun, 21 Feb 2021 16:46:10 -0500 Message-Id: <20210221214612.15071-3-kyle@kyleam.com> In-Reply-To: <20210221214612.15071-1-kyle@kyleam.com> References: <20210221214612.15071-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Make it clear that this skip is because grok-pull isn't available at all because the next commit will add another skip for older versions of Grokmirror. --- t/www_listing.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/www_listing.t b/t/www_listing.t index cdf2a1847a945225..bf35530f3494c016 100644 --- a/t/www_listing.t +++ b/t/www_listing.t @@ -121,7 +121,7 @@ SKIP: { tiny_test($json, $host, $port); my $grok_pull = which('grok-pull') or - skip('skipping grok-pull integration test', 12); + skip('grok-pull not available', 12); ok(mkdir("$tmpdir/mirror"), 'prepare grok mirror dest'); open $fh, '>', "$tmpdir/repos.conf" or die; -- 2.30.1