| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenarios | Asit Dhal | 2020-12-10 | 1 | -6/+4 |
| | | | | | | | | | | | | 1. COMMAND_ERROR_IS_FATAL ANY will capture errors if the exit code is non zero, there is a timeout or an abnormal exit. 2. COMMAND_ERROR_IS_FATAL LAST will capture if only the last process has an exit code non zero, there is a timeout or an abnormal exit. Fixes: #21562 | ||||
| * | execute_process: add options for fatal errors on subprocess failure | Asit Dhal | 2020-10-01 | 1 | -0/+8 |
| Fixes: #19930 | |||||
