Feature #4708

stop execution of the drivers if a command in a pipe fails

Added by Jaime Melis almost 5 years ago. Updated almost 5 years ago.

Status:ClosedStart date:08/12/2016
Priority:NormalDue 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

Revision e4ba4da3
Added by Jaime Melis almost 5 years ago

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

Also available in: Atom PDF