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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 31 14:47:26 PDT 2024


https://github.com/bulbazord created https://github.com/llvm/llvm-project/pull/114469

None

>From 9a43932849dba04c11cbed2abcac41a3e64b4e06 Mon Sep 17 00:00:00 2001
From: Alex Langford <alangford at apple.com>
Date: Thu, 31 Oct 2024 14:40:59 -0700
Subject: [PATCH] [lldb] Disable automatically opening editor for
 TestSessionSave

---
 lldb/test/API/commands/session/save/TestSessionSave.py | 1 +
 1 file changed, 1 insertion(+)

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