On 06/22/2017 07:23 AM, Alex Bennée wrote:
Philippe Mathieu-Daudé <f4...@amsat.org> writes:
[...]
- - ./configure ${CONFIG} + - ./configure ${CONFIG} || cat config.logWon't the explicit || mean the job will keep trying even if config is broken? Should it be || cat config.log && false?
Yes, you right. I actually copied it from the "Trusty build with latest stable clang" job from commit ae1a772c :p
I'll see to fix other occurrences.