user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] t/init: remove leftover find(1) call
  @ 2020-06-23 18:34 14%   ` Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2020-06-23 18:34 UTC (permalink / raw)
  To: meta

Eric Wong <e@yhbt.net> wrote:
> diff --git a/t/init.t b/t/init.t
> index 94c6184e..e3e8a229 100644
> --- a/t/init.t
> +++ b/t/init.t

> +	system "find $tmpdir/skip4 >&2";

Gah :x

---------8<--------
Subject: [PATCH] t/init: remove leftover find(1) call

I used find(1) here for debugging.  The "make check-run" test
target needs to be updated to make stderr spew more obvious.
---
 t/init.t | 1 -
 1 file changed, 1 deletion(-)

diff --git a/t/init.t b/t/init.t
index e3e8a229..f4ebc2f6 100644
--- a/t/init.t
+++ b/t/init.t
@@ -122,7 +122,6 @@ SKIP: {
 	ok(run_script($cmd), '--skip-artnum -V1');
 	ok(run_script([qw(-mda --no-precheck)], $env, $rdr), 'deliver V1');
 	$mm = PublicInbox::Msgmap->new("$tmpdir/skip4");
-	system "find $tmpdir/skip4 >&2";
 	$n = $mm->num_for($mid);
 	is($n, 13, 'V1 NNTP article numbers skipped via --skip-artnum');
 }

^ permalink raw reply related	[relevance 14%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-06-21  0:21     [PATCH 0/3] -init updates Eric Wong
2020-06-21  0:21     ` [PATCH 3/3] init: add --skip-artnum parameter Eric Wong
2020-06-23 18:34 14%   ` [PATCH] t/init: remove leftover find(1) call Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).