blob: 31b4892077782098147a31710732e4fb341512ad [file] [log] [blame]
Johnny Chen209cdbe2010-09-21 00:09:271sys.stderr = open("/tmp/lldbtest-stderr", "w")
2sys.stdout = open("/tmp/lldbtest-stdout", "w")
3compilers = ["gcc", "llvm-gcc"]
4archs = ["x86_64", "i386"]
Johnny Chen10093aa2010-10-12 21:35:545split_stderr = True # This will split the stderr into configuration-specific file
6split_stdout = True # This will split the stdout into configuration-specific file