Open
Description
Long story short:
killOthers: 'failure'
: seems straight forward: If a process ends in failure, kill the others.
killOthers: 'success'
: gets a bit confusing. Does it mean that it is expecting processes to fail in order to continue?
killOthers: ['failure', 'success']
: No idea whats is going on here.
Wouldn't be better to specify in the command declarations their expected exit codes? Also with some nice aliases like success
(0) and failure
(non-zero).
Metadata
Metadata
Assignees
Labels
No labels