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

-t option not recognised #79

Open
riban-bw opened this issue Jul 7, 2024 · 1 comment
Open

-t option not recognised #79

riban-bw opened this issue Jul 7, 2024 · 1 comment

Comments

@riban-bw
Copy link

riban-bw commented Jul 7, 2024

The --self-test command line option has the short option -t but t is missing from the getopt_long call and hence -t is not recognised.

Can be fixed by adding t to the getopt_long call in mod-host.c main function.

I am not sure how valid the self test is. It looks more relevant to Cardinal project!

riban-bw added a commit to riban-bw/mod-host that referenced this issue Jul 7, 2024
Add 't' short option.
@riban-bw
Copy link
Author

riban-bw commented Jul 7, 2024

I have submitted a PR to fix this.

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