We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3729225 commit 6f2b852Copy full SHA for 6f2b852
lldb/test/dotest.py
@@ -822,7 +822,7 @@ def getMyCommandLine():
822
# The windows platforms don't like ':' in the pathname.
823
timestamp = datetime.datetime.now().strftime("%Y-%m-%d-%H_%M_%S")
824
sdir_name = timestamp
825
-os.environ["LLDB_SESSION_DIRNAME"] = sdir_name
+os.environ["LLDB_SESSION_DIRNAME"] = os.path.join(os.getcwd(), sdir_name)
826
827
sys.stderr.write("\nSession logs for test failures/errors/unexpected successes"
828
" will go into directory '%s'\n" % sdir_name)
0 commit comments