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",


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to