Move the default back to pipefail. I accidentally reverted it before.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 26 Jul 2013 23:22:43 +0000 (23:22 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 26 Jul 2013 23:22:43 +0000 (23:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187271 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/lit/TestingConfig.py

index 499f75117141cfd7ea334269261492110e1d9d2f..16e698b6eb0cde3cd222c085f13e91d89bec5867 100644 (file)
@@ -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