summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/lit/lit/TestingConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lit/lit/TestingConfig.py b/utils/lit/lit/TestingConfig.py
index 499f751171..16e698b6eb 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