[llvm] r187271 - Move the default back to pipefail. I accidentally reverted it before.
Rafael Espindola
rafael.espindola at gmail.com
Fri Jul 26 16:22:43 PDT 2013
Author: rafael
Date: Fri Jul 26 18:22:43 2013
New Revision: 187271
URL: http://llvm.org/viewvc/llvm-project?rev=187271&view=rev
Log:
Move the default back to pipefail. I accidentally reverted it before.
Modified:
llvm/trunk/utils/lit/lit/TestingConfig.py
Modified: llvm/trunk/utils/lit/lit/TestingConfig.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/lit/TestingConfig.py?rev=187271&r1=187270&r2=187271&view=diff
==============================================================================
--- llvm/trunk/utils/lit/lit/TestingConfig.py (original)
+++ llvm/trunk/utils/lit/lit/TestingConfig.py Fri Jul 26 18:22:43 2013
@@ -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
More information about the llvm-commits
mailing list