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

Display macro println output when running tests #7

Closed
dtolnay opened this issue May 11, 2019 · 2 comments
Closed

Display macro println output when running tests #7

dtolnay opened this issue May 11, 2019 · 2 comments

Comments

@dtolnay
Copy link
Owner

dtolnay commented May 11, 2019

Currently eprintln output from macros will be displayed but println will not. They should both be shown.

@DevinR528
Copy link
Contributor

DevinR528 commented Jul 27, 2019

Just to make sure I understand correctly, this would be a matter of changing the run.rs file. cargo::build_test returns the stdout and message::output prints it? Is this about right just so I am working in the right direction. I wouldn't mind giving this a try.

@dtolnay
Copy link
Owner Author

dtolnay commented Jul 30, 2019

Fixed in 1.0.10.

@dtolnay dtolnay closed this as completed Jul 30, 2019
@dtolnay dtolnay removed the help wanted Extra attention is needed label Oct 26, 2022
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

2 participants