History log of /external/llvm/test/Other/pipefail.txt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c1bb2d432501dabdfcb1e78eccfb7377664c4d14 27-Jul-2013 Rafael Espindola <rafael.espindola@gmail.com> Use pipefail when available.

This change makes test with RUN lines like
RUN: opt ... | FileCheck

fail if opt fails, even if it prints what FileCheck wants. Enabling this
found some interesting cases of broken tests that were not being noticed
because opt (or some other tool) was crashing late.

Pipefail is used when the shell supports it or when using the internal
python based tester.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187261 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Other/pipefail.txt