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 tests for qvm-run #2916

Open
marmarek opened this Issue Jul 17, 2017 · 0 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Jul 17, 2017

Qubes OS version (e.g., R3.2): R4.0

QubesOS/qubes-core-admin-client#14 (comment)

Since qvm-run use separate process for handling stdin, data handled there is not passed back to the main process (tests mock proc.stdin with io.BytesIO()). Needs some better way to test this.

@marmarek marmarek added this to the Release 4.0 milestone Jul 17, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment