1sys.stderr = open("/tmp/lldbtest-stderr", "w")
2sys.stdout = open("/tmp/lldbtest-stdout", "w")
3compilers = ["gcc", "llvm-gcc"]
4archs = ["x86_64", "i386"]
5split_stderr = True # This will split the stderr into configuration-specific file
6split_stdout = True # This will split the stdout into configuration-specific file
7