From: Omar Sandoval <osandov@osandov.com>
To: "Theodore Y. Ts'o" <tytso@mit.edu>
Cc: linux-block@vger.kernel.org
Subject: Re: [PATCH blktests] Add use of logger so that syslog files show when each test starts
Date: Mon, 26 Nov 2018 09:50:57 -0800 [thread overview]
Message-ID: <20181126175057.GA30411@vader> (raw)
In-Reply-To: <20181123010221.GA6311@thunk.org>
On Thu, Nov 22, 2018 at 08:02:21PM -0500, Theodore Y. Ts'o wrote:
> Ping?
>
> - Ted
>
> On Mon, Oct 29, 2018 at 12:15:57PM -0400, Theodore Ts'o wrote:
> > Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> > ---
> > check | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/check b/check
> > index f6c3537..ebd87c0 100755
> > --- a/check
> > +++ b/check
> > @@ -319,6 +319,7 @@ _call_test() {
> > local dmesg_marker=""
> > CHECK_DMESG=0
> > fi
> > + $LOGGER_PROG "run blktests $TEST_NAME"
> >
> > trap _cleanup EXIT
> > if ! TMPDIR="$(mktemp --tmpdir -p "$OUTPUT" -d "tmpdir.${TEST_NAME//\//.}.XXX")"; then
> > @@ -578,6 +579,8 @@ fi
> > eval set -- "$TEMP"
> > unset TEMP
> >
> > +LOGGER_PROG="$(type -P logger)" || LOGGER_PROG=true
> > +
> > if [[ -r config ]]; then
> > # shellcheck disable=SC1091
> > . config
> > --
> > 2.18.0.rc0
> >
Hey, Ted, sorry, I meant to ask you about this in person at LPC but
forgot to. Forgive my ignorance about syslog, but does syslog not pick
up the line we write to dmesg?
next prev parent reply other threads:[~2018-11-26 17:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-29 16:15 [PATCH blktests] Add use of logger so that syslog files show when each test starts Theodore Ts'o
2018-11-23 1:02 ` Theodore Y. Ts'o
2018-11-26 17:50 ` Omar Sandoval [this message]
2018-11-26 18:32 ` Theodore Y. Ts'o
2018-11-26 18:37 ` Omar Sandoval
2018-11-26 19:31 ` Theodore Y. Ts'o
2018-11-26 19:37 ` Omar Sandoval
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181126175057.GA30411@vader \
--to=osandov@osandov.com \
--cc=linux-block@vger.kernel.org \
--cc=tytso@mit.edu \
/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.
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 NNTP newsgroup(s).