From 4d3271732ec519691dd9a85dfdd7a7c9e3f52de9 Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Mon, 22 Oct 2012 09:11:07 +1100 Subject: [PATCH] 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 --- test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test b/test index a21017d..48b47d9 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)