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>
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>"
fi
fi
;;
- --no-error)
+ --keep-going | --no-error)
exitonerror=0
;;
--disable-multipath)