Closed ameily closed 1 year ago
Bash scripts for the setup, concurrent, and teardown hooks should set -e by default and have a configuration option to disable this behavior so that the script exits when the first command fails by default.
set -e
Bash scripts for the setup, concurrent, and teardown hooks should
set -e
by default and have a configuration option to disable this behavior so that the script exits when the first command fails by default.