From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] lsmod01.sh: retry test couple times to lower false positives
Date: Tue, 22 Oct 2019 03:10:23 -0400 (EDT) [thread overview]
Message-ID: <1931638600.8070217.1571728223473.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20191018134525.GA2589@dell5510>
----- Original Message -----
> Hi Jan,
>
> ...
> > if [ "$lsmod_output" != "$modules_output" ]; then
> > - tst_res TFAIL "lsmod output different from /proc/modules."
> > + tst_res TINFO "lsmod output different from /proc/modules."
>
> > echo "$lsmod_output" > temp1
> > echo "$modules_output" > temp2
> > diff temp1 temp2
> Also this code could be wrapped with
> if tst_cmd_available diff; then
Added this as well and pushed.
next prev parent reply other threads:[~2019-10-22 7:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-18 10:05 [LTP] [PATCH] lsmod01.sh: retry test couple times to lower false positives Jan Stancek
2019-10-18 13:23 ` Petr Vorel
2019-10-18 13:27 ` Jan Stancek
2019-10-18 13:45 ` Petr Vorel
2019-10-22 7:10 ` Jan Stancek [this message]
2019-10-23 12:19 ` Petr Vorel
2019-10-23 13:28 ` Jan Stancek
2019-10-23 18:28 ` Petr Vorel
2019-10-24 4:47 ` Li Wang
2019-10-24 7:49 ` Petr Vorel
2019-10-24 7:12 ` Jan Stancek
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=1931638600.8070217.1571728223473.JavaMail.zimbra@redhat.com \
--to=jstancek@redhat.com \
--cc=ltp@lists.linux.it \
/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