Feature #4708
stop execution of the drivers if a command in a pipe fails
Status: | Closed | Start date: | 08/12/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Ruben S. Montero | % Done: | 0% | |
Category: | Drivers - VM | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: |
Description
Many drivers use bash's -e option to stop execution if a command fails. However, in pipes, it only checks for the last component of a pipe, so -o pipefail should be used.
Associated revisions
Feature #4708: stop execution of the drivers if a command in a pipe
fails
History
#1 Updated by Ruben S. Montero almost 5 years ago
- Assignee set to Ruben S. Montero
#2 Updated by Ruben S. Montero almost 5 years ago
- Status changed from Pending to Closed
- Resolution set to fixed