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

Stop reporting last status from ddev ssh, fixes #1681 #1697

Merged
merged 1 commit into from Jul 9, 2019

Conversation

rfay
Copy link
Member

@rfay rfay commented Jul 8, 2019

The Problem/Issue/Bug:

#1681 notes that ddev ssh will display an error on exit if the last shell command returned an error.

How this PR Solves The Problem:

Stop reporting the results of ExecWithTty() when using it in the ssh command.

Manual Testing Instructions:

ddev ssh, cause an error with ls /tmp/junk, then "exit" or
You should not see an error.

Automated Testing Overview:

No testing changes

Related Issue Link(s):

OP #1681

Release/Deployment notes:

Note that this removes all error checking on the ExecWithTty() command.

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

Successfully merging this pull request may close these issues.

None yet

1 participant