mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
Move the default back to pipefail. I accidentally reverted it before.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187271 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c16ab3ed21
commit
018696db45
@ -48,7 +48,7 @@ class TestingConfig:
|
||||
test_source_root = None,
|
||||
excludes = [],
|
||||
available_features = available_features,
|
||||
pipefail = False)
|
||||
pipefail = True)
|
||||
|
||||
if os.path.exists(path):
|
||||
# FIXME: Improve detection and error reporting of errors in the
|
||||
|
Loading…
Reference in New Issue
Block a user