Johnny Chen | 209cdbe | 2010-09-21 00:09:27 | [diff] [blame] | 1 | sys.stderr = open("/tmp/lldbtest-stderr", "w") |
2 | sys.stdout = open("/tmp/lldbtest-stdout", "w") | ||||
3 | compilers = ["gcc", "llvm-gcc"] | ||||
4 | archs = ["x86_64", "i386"] | ||||
Johnny Chen | 10093aa | 2010-10-12 21:35:54 | [diff] [blame] | 5 | split_stderr = True # This will split the stderr into configuration-specific file |
6 | split_stdout = True # This will split the stdout into configuration-specific file |