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 <alangf...@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", _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits