Comment 2 for bug 1087777

Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

Don't forget to add:

set -o pipefail

otherwise the exit code will always be true.
I'll propose a merge request to fix the problem.