-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels