summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r--llvm/utils/lit/lit/TestingConfig.py2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud