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

close report file after writing #75

Merged
merged 1 commit into from
Apr 4, 2014
Merged

Conversation

jonaswitt
Copy link
Contributor

If the file is not closed (which File.open doesn't do automatically if it not passed a block) and the xcpretty ruby library is used from within another process (not the command line, where the file is closed after the xcpretty process exits), then you have an open file with pending writes that cannot be used.

kattrali added a commit that referenced this pull request Apr 4, 2014
close report file after writing
@kattrali kattrali merged commit 1f4ba2f into xcpretty:master Apr 4, 2014
@kattrali
Copy link
Contributor

kattrali commented Apr 4, 2014

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.

None yet

2 participants