brintos

brintos / llvm-project-archived public Read only

0
0
Text · 317 B · 31b4892 Raw
7 lines · plain
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 file6split_stdout = True # This will split the stdout into configuration-specific file7