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

Enforce a single status message in test output #97

Conversation

olexandr-konovalov
Copy link
Member

Otherwise due to IO_fork() we end up with running test twice.

Fixes #89

@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

Merging #97 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master     #97   +/-   ##
======================================
  Coverage    71.9%   71.9%           
======================================
  Files          14      14           
  Lines         865     865           
======================================
  Hits          622     622           
  Misses        243     243

Otherwise due to IO_fork() we end up with running test twice.
Fixes gap-packages#89
@olexandr-konovalov
Copy link
Member Author

Ahh this does not work - of course because of forking each process prints the message, so the line

#I  No errors detected while testing

again appears twice in the test log.

@olexandr-konovalov
Copy link
Member Author

A different approach to tackle this is taken in #98

@olexandr-konovalov olexandr-konovalov deleted the test-status-msg branch February 20, 2019 22:37
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.

1 participant