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)