[Lldb-commits] [lldb] c3782f6 - [lldb] Disable automatically opening editor for TestSessionSave (#114469)

via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 1 11:12:32 PDT 2024


Author: Alex Langford
Date: 2024-11-01T11:12:29-07:00
New Revision: c3782f67daf462f6b289b5898cb65c61f64c197d

URL: https://github.com/llvm/llvm-project/commit/c3782f67daf462f6b289b5898cb65c61f64c197d
DIFF: https://github.com/llvm/llvm-project/commit/c3782f67daf462f6b289b5898cb65c61f64c197d.diff

LOG: [lldb] Disable automatically opening editor for TestSessionSave (#114469)

Added: 
    

Modified: 
    lldb/test/API/commands/session/save/TestSessionSave.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/session/save/TestSessionSave.py b/lldb/test/API/commands/session/save/TestSessionSave.py
index 0f064e60844fe2..e5913f8edfe8fc 100644
--- a/lldb/test/API/commands/session/save/TestSessionSave.py
+++ b/lldb/test/API/commands/session/save/TestSessionSave.py
@@ -103,6 +103,7 @@ def test_session_save_no_transcript_warning(self):
 
         # These commands won't be saved, so are arbitrary.
         commands = [
+            "settings set interpreter.open-transcript-in-editor false",
             "p 1",
             "settings set interpreter.save-session-on-quit true",
             "fr v",


        


More information about the lldb-commits mailing list