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

find: Don't swallow mkfifo errors in the tests #179

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

refi64
Copy link
Contributor

@refi64 refi64 commented Aug 12, 2022

Use nix's version of mkfifo instead, which lets us easily access the
errors and then fail with more information than the FIFO mysteriously
not appearing.

Ref. #177.

Signed-off-by: Ryan Gonzalez ryan.gonzalez@collabora.com

Use nix's version of mkfifo instead, which lets us easily access the
errors and then fail with more information than the FIFO mysteriously
not appearing.

Ref. uutils#177.

Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #179 (07916e1) into main (96de758) will increase coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #179      +/-   ##
==========================================
+ Coverage   49.03%   49.12%   +0.09%     
==========================================
  Files          30       30              
  Lines        4913     4914       +1     
  Branches     1290     1297       +7     
==========================================
+ Hits         2409     2414       +5     
+ Misses       1849     1843       -6     
- Partials      655      657       +2     
Impacted Files Coverage Δ
src/find/matchers/printf.rs 67.48% <ø> (ø)
src/xargs/mod.rs 77.72% <0.00%> (-0.52%) ⬇️
src/lib.rs 28.25% <0.00%> (+0.24%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sylvestre sylvestre merged commit 0d20a3d into uutils:main Aug 12, 2022
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

Successfully merging this pull request may close these issues.

2 participants