forked from OSchip/llvm-project
parent
bff6203152
commit
c14e08f437
|
@ -545,7 +545,7 @@ if not sdir_name:
|
|||
timestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H:%M:%S")
|
||||
sdir_name = timestamp
|
||||
os.environ["LLDB_SESSION_DIRNAME"] = sdir_name
|
||||
sys.stderr.write("\nSession info for test errors or failures will go into directory %s\n" % sdir_name)
|
||||
sys.stderr.write("\nSession info for test failures/errors will go into directory '%s'\n" % sdir_name)
|
||||
|
||||
#
|
||||
# Invoke the default TextTestRunner to run the test suite, possibly iterating
|
||||
|
|
Loading…
Reference in New Issue