From: Gilles Espinasse Date: Sun, 21 Oct 2012 22:11:07 +0000 (+1100) Subject: Replace --no-error by --keep-going X-Git-Tag: mdadm-3.3-rc1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3271732ec519691dd9a85dfdd7a7c9e3f52de9;p=thirdparty%2Fmdadm.git 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 Signed-off-by: NeilBrown --- 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 to save logfiles in" echo " --save-logs Save all logs in " - 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 " Run tests with " @@ -288,7 +288,7 @@ parse_args() { fi fi ;; - --no-error) + --keep-going | --no-error) exitonerror=0 ;; --disable-multipath)