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

use ProcessStartMode.INHERIT_STDIO for running tests #934

Merged
merged 2 commits into from
Jan 30, 2018

Conversation

jakemac53
Copy link
Contributor

Fixes #821

@googlebot googlebot added the cla: yes Google is happy with the PR contributors label Jan 30, 2018
_pubBinary,
[
'run',
'test',
'--precompiled',
precompiledPath,
]..addAll(extraTestArgs));
]..addAll(extraTestArgs),
mode: ProcessStartMode.INHERIT_STDIO);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to update pubspec with the SDK constraint

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya I forgot to commit that change, updated

@jakemac53 jakemac53 merged commit f8e4e17 into master Jan 30, 2018
@jakemac53 jakemac53 deleted the run-test-with-inherited-stdio branch January 30, 2018 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google is happy with the PR contributors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants