Lines Matching refs:going
53 # The behavior on an error depends on whether --keep-going (alias -k)
55 # * Without --keep-going: the script stops on the first error without
58 # * With --keep-going: the script runs all requested components and
266 -k|--keep-going Run all tests and report errors at the end.
286 --no-keep-going Stop at the first error (default).
353 # in non-keep-going mode).
468 --keep-going|-k) KEEP_GOING=1;;
475 --no-keep-going) KEEP_GOING=0;;
629 # Whether it makes sense to keep a component going after the specified
6207 # If ssl-opt.err is non-empty, record an error and keep going.