trailofbits / differ

Detecting Inconsistencies in Feature or Function Evaluations of Requirements
GNU Affero General Public License v3.0
67 stars 4 forks source link

Bash Script configurable "set -e" (enabled by default) #54

Closed ameily closed 1 year ago

ameily commented 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.