[Lldb-commits] [lldb] [lldb] Disable automatically opening editor for TestSessionSave (PR #114469)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 31 14:48:00 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Alex Langford (bulbazord)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/114469.diff
1 Files Affected:
- (modified) lldb/test/API/commands/session/save/TestSessionSave.py (+1)
``````````diff
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",
``````````
</details>
https://github.com/llvm/llvm-project/pull/114469
More information about the lldb-commits
mailing list