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

suite initialization failure is not handled by parser #7

Open
teacup-on-rockingchair opened this issue Dec 5, 2012 · 0 comments
Open
Labels

Comments

@teacup-on-rockingchair
Copy link
Owner

parser of cunit output does not handle suite initialization failure, in case programmer does not take care to report error exit code in that case.
The Cunit generally outputs following message:
WARNING - Suite initialization failed for ....
and in the summary one can see that we have suites that are not run. For example:

[#] Run Summary: Type Total Ran Passed Failed Inactive
[#] suites 3 2 n/a 1 0
[#] tests 26 24 24 0 0
[#] asserts 185 185 185 0 n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant