-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Refactor ssh_cli to use prim_tty #8805
Refactor ssh_cli to use prim_tty #8805
Conversation
CT Test Results 3 files 88 suites 1h 21m 22s ⏱️ Results for commit 71c78ba. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
3100387
to
82cedb7
Compare
82cedb7
to
147f0d6
Compare
c9961d6
to
07519c4
Compare
949f431
to
1efe40a
Compare
1efe40a
to
71c78ba
Compare
[shell_navigation, shell_multiline_navigation, | ||
shell_multiline_prompt_ssh, | ||
shell_xnfix, shell_delete, | ||
shell_transpose, shell_search, shell_insert, | ||
shell_update_window, | ||
shell_small_window_multiline_navigation, | ||
shell_huge_input, | ||
shell_support_ansi_input, | ||
shell_receive_standard_out, | ||
shell_expand_location_above, | ||
shell_expand_location_below, | ||
shell_clear]}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if perhaps we should move the tests that are common to both tty and shell to a separate function, or maybe a separate group? So that it is natural to add tests in both categories when adding new testcases.
Refactors ssh_cli to use prim_tty instead of its own thing.
Adds tests in interactive_shell_SUITE to test that the ssh client behaves the same as the 'erl' shell.