qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 14/21] travis: dump config.log if ./configure


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v2 14/21] travis: dump config.log if ./configure script fails
Date: Fri, 23 Jun 2017 10:45:41 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0

On 06/22/2017 07:23 AM, Alex Bennée wrote:

Philippe Mathieu-Daudé <address@hidden> writes:
[...]
-  - ./configure ${CONFIG}
+  - ./configure ${CONFIG} || cat config.log

Won'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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]