From: Gilles Espinasse <g.esp@free.fr>
To: linux-raid@vger.kernel.org, neilb@suse.de
Cc: Gilles Espinasse <g.esp@free.fr>
Subject: [PATCH 3/3] Replace --no-error by --keep-going
Date: Sat, 20 Oct 2012 18:04:14 +0200 [thread overview]
Message-ID: <1350749054-5519-1-git-send-email-g.esp@free.fr> (raw)
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Suggest to replace by the option name that 'make' use.
no error is only a developper hope.
---
test | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test b/test
index 8339d06..c5b1982 100755
--- a/test
+++ b/test
@@ -252,7 +252,7 @@ do_help() {
echo " --disable-multipath Disable any tests involving multipath"
echo " --logdir=<directory> Directory to save logfiles in"
echo " --save-logs Save all logs in <logdir>"
- echo " --no-error Don't stop on error, ie. run all tests"
+ echo " --keep-going Don't stop on error, ie. run all tests"
echo " setup Setup test environment and exit"
echo " cleanup Cleanup test environment"
echo " <prefix> Run tests with <prefix>"
@@ -289,7 +289,7 @@ parse_args() {
fi
fi
;;
- --no-error)
+ --keep-going)
exitonerror=0
;;
--disable-multipath)
--
1.7.2.5
next reply other threads:[~2012-10-20 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-20 16:04 Gilles Espinasse [this message]
2012-10-21 22:11 ` [PATCH 3/3] Replace --no-error by --keep-going NeilBrown
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=1350749054-5519-1-git-send-email-g.esp@free.fr \
--to=g.esp@free.fr \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
/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).