summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2012-10-22 09:11:07 +1100
committerNeilBrown <neilb@suse.de>2012-10-22 09:11:07 +1100
commit4d3271732ec519691dd9a85dfdd7a7c9e3f52de9 (patch)
treeba654489a75dd93f3844eea6415ec869de2d4aeb /test
parent4d5995c49fb5068ace72ae62ab3fadc45c40ee3d (diff)
Replace --no-error by --keep-going
Suggest to replace by the option name that 'make' use. no error is only a developper hope. Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'test')
-rwxr-xr-xtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test b/test
index a21017d0..48b47d94 100755
--- a/test
+++ b/test
@@ -251,7 +251,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>"
@@ -288,7 +288,7 @@ parse_args() {
fi
fi
;;
- --no-error)
+ --keep-going | --no-error)
exitonerror=0
;;
--disable-multipath)