Turn off pipefail on msan tests to match the other sanitizers until

someone can go through and update the RUN lines appropriately for the
new pipefail behavior.

llvm-svn: 187298
This commit is contained in:
Chandler Carruth 2013-07-27 10:30:39 +00:00
parent 8e3c4dc50e
commit d45abe12a6
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ config.environment['MSAN_SYMBOLIZER_PATH'] = config.llvm_symbolizer_path
# Default test suffixes. # Default test suffixes.
config.suffixes = ['.c', '.cc', '.cpp'] config.suffixes = ['.c', '.cc', '.cpp']
config.pipefail = False
# MemorySanitizer tests are currently supported on Linux only. # MemorySanitizer tests are currently supported on Linux only.
if config.host_os not in ['Linux']: if config.host_os not in ['Linux']: