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 16a6c10 commit c3782f6Copy full SHA for c3782f6
lldb/test/API/commands/session/save/TestSessionSave.py
@@ -103,6 +103,7 @@ def test_session_save_no_transcript_warning(self):
103
104
# These commands won't be saved, so are arbitrary.
105
commands = [
106
+ "settings set interpreter.open-transcript-in-editor false",
107
"p 1",
108
"settings set interpreter.save-session-on-quit true",
109
"fr v",
0 commit comments