Martin Kunkel
Martin Kunkel
@Luv-Ray : I tried to write a test. Feel free to integrate it to your pull request: https://github.com/martinkunkel2/coreutils/commit/e4591cdf8fec016f7589f921e3def88249ac131c
@sylvestre could you please retrigger the [CICD / Build (macos-13, x86_64-apple-darwin, feat_os_macos, true) (pull_request)](https://github.com/uutils/coreutils/actions/runs/15806556927/job/44552210072?pr=8197)? Looks like a sporadic issue
@sylvestre : could that one be integrated? I am running into issues with gnu test suite locally as the testsuite uses this feature (send SIGTERM to timeout) and a lot...
I think this is the behavior if - selinux is active - uutils is built without selinux support Could you please rebuild with `cargo build --features feat_selinux` and try again?...
> Sorry, but you need to rebase again. > > I think after this rebase, you will no longer need to change the if statement that chooses between `unbounded_tail` and...
I tried to add a test, see https://github.com/uutils/coreutils/commit/facc7c5d059bae8d9a9989cec9ca9cd4180cb1ae. But the test is not very portable, e.g. on SELinux CI job, this happens: ``` tail: cannot open 'tmpfs' for reading: No...
This PR is ready from my side. Please review.
draft PR to fix this: https://github.com/uutils/coreutils/pull/8037
ok, this does not work (related GNU test fails). I'll further investigate.
@sylvestre thank you for your review. I addressed the findings. Please check.