Rewording of output message.

llvm-svn: 117030
This commit is contained in:
Johnny Chen 2010-10-21 17:00:35 +00:00
parent bff6203152
commit c14e08f437
1 changed files with 1 additions and 1 deletions

View File

@ -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