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

"cgreen-runner --quiet" results in "unrecognised option" #319

Closed
larsks opened this issue Aug 9, 2023 · 3 comments
Closed

"cgreen-runner --quiet" results in "unrecognised option" #319

larsks opened this issue Aug 9, 2023 · 3 comments

Comments

@larsks
Copy link

larsks commented Aug 9, 2023

I have:

$ cgreen-runner --version
cgreen-runner for Cgreen unittest and mocking framework v1.6.2
Cgreen library version 1.6.2 (built from unknown git commit) loaded

Which advertises:

Usage:
    cgreen-runner [--suite <name>] [--verbose] [--quiet] [--no-run] [--xml <prefix>] [--help] (<library> [<test>])+

I tried running:

cgreen-runner --quiet mytests.so

And it failed with:

cgreen-runner: unrecognised option --quiet
@thoni56
Copy link
Contributor

thoni56 commented Aug 9, 2023

Try '--quite' instead ;-)

Thanks for the report, typo in long option names will be fixed in a minute or two.

@thoni56 thoni56 closed this as completed in 3351f9a Aug 9, 2023
@larsks
Copy link
Author

larsks commented Aug 9, 2023

If we only we had a framework for testing that things behaved as expected... :)

@thoni56
Copy link
Contributor

thoni56 commented Aug 9, 2023

I've heard there are some, but you can't test everything anyway... ;-)

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

2 participants