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 TTY error while running e2e tests in container #850

Merged
merged 1 commit into from
Oct 27, 2017

Conversation

mkumatag
Copy link
Contributor

Description

While running these tests in docker containers I was facing following error:

the input device is not a TTY

Usually container will not have a TTY and in many places we are trying to run with tty which is not really required, so this PR is submitted for removing such tty option from docker commands.

@mkumatag mkumatag changed the title Fix TTY error while running in container Fix TTY error while running e2e tests in container Oct 23, 2017
@mkumatag
Copy link
Contributor Author

/cc @tomdee

@tomdee
Copy link
Contributor

tomdee commented Oct 27, 2017

Looks good, thanks

@tomdee tomdee merged commit dcb7182 into flannel-io:master Oct 27, 2017
@mkumatag
Copy link
Contributor Author

Thanks @tomdee

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

2 participants