From bb4f8e6f7b9eea983f91d3c918301d02680d1ab2 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 9 Nov 2010 23:42:00 +0000 Subject: [PATCH] Rephrase the output message about session information; make it both "session logs". llvm-svn: 118650 --- lldb/test/dotest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 84400291634e..1c1f3253cf9f 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -573,7 +573,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 failures/errors will go into directory '%s'\n" % sdir_name) +sys.stderr.write("\nSession logs for test failures/errors will go into directory '%s'\n" % sdir_name) # # Invoke the default TextTestRunner to run the test suite, possibly iterating @@ -714,7 +714,7 @@ for ia in range(len(archs) if iterArchs else 1): if sdir_has_content: - sys.stderr.write("\nSession logs for test failures/errors can be found in directory '%s'\n" % sdir_name) + sys.stderr.write("Session logs for test failures/errors can be found in directory '%s'\n" % sdir_name) # Terminate the test suite if ${LLDB_TESTSUITE_FORCE_FINISH} is defined. # This should not be necessary now. -- GitLab