]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Replace --no-error by --keep-going
authorGilles Espinasse <g.esp@free.fr>
Sun, 21 Oct 2012 22:11:07 +0000 (09:11 +1100)
committerNeilBrown <neilb@suse.de>
Sun, 21 Oct 2012 22:11:07 +0000 (09:11 +1100)
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>
test

diff --git a/test b/test
index a21017d0d1390d5f9086d607e6ae95d38b363ac3..48b47d94bb9b76c6f3d53b885e851926e8699a31 100755 (executable)
--- 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)