disable pipefail on asan for now.

llvm-svn: 187269
This commit is contained in:
Rafael Espindola 2013-07-26 23:19:33 +00:00
parent 0fe236d873
commit 48e479291e
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ config.available_features.add("asan-" + config.bits + "-bits")
# Default test suffixes.
config.suffixes = ['.c', '.cc', '.cpp']
config.pipefail = False
# AddressSanitizer tests are currently supported on Linux and Darwin only.
if config.host_os not in ['Linux', 'Darwin']: