Skip to content
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

Fix ANSI terminal issues with pexpect #22

Closed
kylebarron opened this issue Aug 6, 2018 · 3 comments
Closed

Fix ANSI terminal issues with pexpect #22

kylebarron opened this issue Aug 6, 2018 · 3 comments

Comments

@kylebarron
Copy link
Owner

With the current expect regex, some commands, notably shell fail. This is because there are some escape codes that are caught in the output, and so there isn't a \r\n\r\n ..

With the expect regex being \r\n ., I see:
image

@kylebarron
Copy link
Owner Author

related to #14

@kylebarron
Copy link
Owner Author

@kylebarron
Copy link
Owner Author

@kylebarron kylebarron mentioned this issue Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant