unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Luis Ressel <aranea@aixah.de>
To: Tomi Ollila <tomi.ollila@iki.fi>
Cc: notmuch@notmuchmail.org
Subject: Re: [PATCH] test/T030-config: Separate stdout and stderr output
Date: Mon, 11 Mar 2019 01:11:55 +0100	[thread overview]
Message-ID: <20190311001155.5w2nhppan2wk2erj@deneb.skynet.aixah.de> (raw)
In-Reply-To: <m2bm2iea0c.fsf@guru.guru-group.fi>

On Sun, Mar 10, 2019 at 10:42:59PM +0200, Tomi Ollila wrote:
> On Sun, Mar 10 2019, Luis Ressel wrote:
> 
> >  test_begin_subtest "List all items"
> > -notmuch config list 2>&1 | notmuch_config_sanitize > OUTPUT
> > +notmuch config list 2>OUTPUT-ERR | notmuch_config_sanitize > OUTPUT
> > +echo "====" >> OUTPUT
> > +notmuch_config_sanitize < OUTPUT-ERR >> OUTPUT
> 
> IMO the above would be better (model/pattern for further use) as:
> 
>   notmuch config list >STDOUT 2>STDERR
>   { cat STDOUT; echo "===="; cat STDERR; } | notmuch_config_sanitize > OUTPUT

Yes, that'd certainly look better.

> (I would like to put that cat-echo-cat into function but naming is hard...)

"concat" perhaps? Or "concat_separator"/"concat_with_separator"?

> alternatives:
> 
>   1) drop ====, then one cat STDOUT STDERR ... would be enough
> 
>   2) printf '%s====\n%s' "$(< STDOUT)" "$(< STDERR)"
> 
>   3) head -1000 STDOUT STDERR
> 
> -- in case of (3) are we sure that all head(1) implementations print the
>    filenames (and formats (possible) extra newlines) the same way.
> 
> -- ( (2) brings $(< ...) (faster replacement for $(cat ...) which we
>    haven't used in notmuch test suite so far -- but we could!)

Any of those options would be fine with me, with a preference for 2).
As for 3), POSIX specifies the exact header format head should use:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/head.html
(There may be nonconformant implementations anyway, of course.)

Regards,
Luis Ressel

      reply	other threads:[~2019-03-11  0:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-10 16:42 [PATCH] test/T030-config: Separate stdout and stderr output Luis Ressel
2019-03-10 20:42 ` Tomi Ollila
2019-03-11  0:11   ` Luis Ressel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190311001155.5w2nhppan2wk2erj@deneb.skynet.aixah.de \
    --to=aranea@aixah.de \
    --cc=notmuch@notmuchmail.org \
    --cc=tomi.ollila@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.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).