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

Long running tasks display no live output #4

Closed
dscowan opened this issue Oct 22, 2015 · 1 comment
Closed

Long running tasks display no live output #4

dscowan opened this issue Oct 22, 2015 · 1 comment

Comments

@dscowan
Copy link

dscowan commented Oct 22, 2015

Output appears to only show up after the commands all execute. I have an inline script with several commands. Some execute quickly but I see no output until the entire script has executed.

@vvchik
Copy link
Contributor

vvchik commented Dec 29, 2015

All output and errors is collected and after that printing in one step.
I need to do it because errors come in xml format and i need to cleanup it for better read
I may try to change code for live output, but errors anyway will be collected and printed after all.
And I not sure that simple change will help.

Want to be beta tester?

@spuder spuder closed this as completed Apr 14, 2016
spuder pushed a commit that referenced this issue Oct 26, 2017
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

3 participants