Skip to content

[lldb] Disable automatically opening editor for TestSessionSave #114469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

bulbazord
Copy link
Member

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Oct 31, 2024

@llvm/pr-subscribers-lldb

Author: Alex Langford (bulbazord)

Changes

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

@bulbazord bulbazord merged commit c3782f6 into llvm:main Nov 1, 2024
9 checks passed
@bulbazord bulbazord deleted the stop-opening-textedit branch November 1, 2024 18:12
smallp-o-p pushed a commit to smallp-o-p/llvm-project that referenced this pull request Nov 3, 2024
NoumanAmir657 pushed a commit to NoumanAmir657/llvm-project that referenced this pull request Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants