r283853 - Explicitly ignore return code in test for test systems that use pipefail

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 11 04:38:55 PDT 2016


On 11 October 2016 at 07:13, Daniel Jasper via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: djasper
> Date: Tue Oct 11 01:13:18 2016
> New Revision: 283853
>
> URL: http://llvm.org/viewvc/llvm-project?rev=283853&view=rev
> Log:
> Explicitly ignore return code in test for test systems that use pipefail

Hi Daniel,

I missed this commit and reverted the original patch.

However, before we reapply, why not use "not" instead of "|| true" ?

cheers,
--renato


More information about the cfe-commits mailing list