diff options
-rw-r--r-- | utils/lit/lit/TestingConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lit/lit/TestingConfig.py b/utils/lit/lit/TestingConfig.py index 499f751..16e698b 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 |