-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
hashsum: don't fail on dirs #8930
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
Conversation
|
GNU testsuite comparison: |
d773b72 to
8af74a1
Compare
CodSpeed Performance ReportMerging #8930 will not alter performanceComparing Summary
Footnotes
|
8af74a1 to
8d84ea8
Compare
|
GNU testsuite comparison: |
|
Could someone who has access to a Windows machine run the following: |
|
#8930 (comment) |
You can do it in the CI. just write a windows specific test with some println! and an expected failure |
2f68552 to
dab7554
Compare
src/uu/hashsum/src/hashsum.rs
Outdated
| (command, is_hashsum_bin) | ||
| } | ||
|
|
||
| fn print_os_error(binary_name: &str, filename: &str, os_error: &Error) { |
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.
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.
Thank you, I should have done more searching.
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.
no worries!
|
GNU testsuite comparison: |
dab7554 to
889d59c
Compare
|
GNU testsuite comparison: |
889d59c to
345e322
Compare
345e322 to
214bc1c
Compare
Fix for #8912.
Playing around with GNU
md5sumI found that not only does it continue onIsADirectorybut also on other OS errors as well, such asNotFoundandPermissionDenied.