From 8e0f635fe89efa90fd0d67a16b3f6314e57a71f0 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 26 Jul 2013 23:22:43 +0000 Subject: Move the default back to pipefail. I accidentally reverted it before. llvm-svn: 187271 --- llvm/utils/lit/lit/TestingConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/lit') diff --git a/llvm/utils/lit/lit/TestingConfig.py b/llvm/utils/lit/lit/TestingConfig.py index 499f7511714..16e698b6eb0 100644 --- a/llvm/utils/lit/lit/TestingConfig.py +++ b/llvm/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 -- cgit v1.2.3