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

Unhack coverage #156

Open
Rotonen opened this issue Jun 6, 2019 · 0 comments
Open

Unhack coverage #156

Rotonen opened this issue Jun 6, 2019 · 0 comments

Comments

@Rotonen
Copy link
Contributor

Rotonen commented Jun 6, 2019

ftw-buildouts/test-base.cfg

Lines 122 to 125 in c1ff4cf

# XXX HACK: let coverage exit with a propper exit code.
# See: https://bugs.launchpad.net/zc.buildout/+bug/164629
import coverage
if __name__ == '__main__': sys.exit(coverage.main())

Seems the fix was released in 2011 and the entry point has changed since:
https://bugs.launchpad.net/zc.buildout/+bug/164629

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

1 participant