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 test running output truncation on async STDIO #1440

Merged
merged 1 commit into from
Jan 13, 2015
Merged

Fix test running output truncation on async STDIO #1440

merged 1 commit into from
Jan 13, 2015

Conversation

dougwilson
Copy link
Contributor

For issue #333

Note: this does not address the issues with mocha interfaces and other non-test commands, because if we actually waited for the output to get flushed, the default mocha action (running tests) would start to occur. Refactoring needs to happen to fix this.

But this solves the output being cut when the STDIO is async, which is the main use-case.

@boneskull
Copy link
Contributor

I'll test this unless someone beats me to it

@dougwilson
Copy link
Contributor Author

ping

@boneskull
Copy link
Contributor

Yes, sorry. It's on my list.

@dougwilson
Copy link
Contributor Author

It's no problem :) I was just going through all the forks in my account yester to clean them out, haha :D

@jonathanrdelgado
Copy link

+1

travisjeffery pushed a commit that referenced this pull request Jan 13, 2015
Fix test running output truncation on async STDIO
@travisjeffery travisjeffery merged commit cfe26ea into mochajs:master Jan 13, 2015
@travisjeffery
Copy link
Contributor

Thanks

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.

4 participants