-
Notifications
You must be signed in to change notification settings - Fork 28
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
nk3 test/fido2: early exit if pin not set - fixes #411 #440
Conversation
09604da
to
5851a91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn’t this just fail the fido2 test case instead of aborting all tests?
that was the other option I had in mind, will do |
5851a91
to
c97984b
Compare
now it's like that:
|
but I broke some typing ... fixed.... |
98f0c85
to
44997e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, that’s better! Maybe mention the --pin
option in the error message.
44997e7
to
fa8597d
Compare
fa8597d
to
a9d2552
Compare
Remove pin prompt from
nk3 test
, iffido2
is activated and pin is required (set) on the target device.Checklist
Make sure to run
make check
andmake fix
before creating a PR, otherwise the CI will fail.Test Environment and Execution
Relevant Output Example
Fixes #411