From: Rafael Espindola Date: Fri, 26 Jul 2013 23:22:43 +0000 (+0000) Subject: Move the default back to pipefail. I accidentally reverted it before. X-Git-Tag: android-x86-6.0-r1~146^2~313 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=018696db4587dc6a0d8081d0627543f5c08b6c97;p=android-x86%2Fexternal-llvm.git 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 --- diff --git a/utils/lit/lit/TestingConfig.py b/utils/lit/lit/TestingConfig.py index 499f7511714..16e698b6eb0 100644 --- a/utils/lit/lit/TestingConfig.py +++ b/utils/lit/lit/TestingConfig.py @@ -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