idempotent-bash
idempotent-bash copied to clipboard
add: global variables for error-handling behaviors
Currently, whenever there is an error, we dump the log and exit. When running in parallel, however, this tends to create an annoying cascade of log dumps.
Although we should add more features to handle parallelism, one thing that would be help would be to simply turn off the default behavior of dumping the log and exiting.