Commit graph

3 commits

Author SHA1 Message Date
Nicolas Boichat
fac6c2951d util/build-gnu.sh: Bypass timeout/yes SIGPIPE handling bug
See #7252, both `timeout` and `yes` reset the SIGPIPE handler
(actually, the Rust core does that), leading to trap_sigpipe_or_skip_
test:
```
(trap '' PIPE && timeout 10 yes |:) 2>&1 | grep 'Broken pipe'
```
to fail, causing 4 tests to be skipped.

I believe the intent here is to check if the OS supports SIGPIPE,
so it probably makes sense to use System's timeout/yes here, and
run the tests anyway (which, happen to pass).
2025-07-19 15:08:59 +08:00
Sylvestre Ledru
45cad840f2
why-skip: Improve the display 2025-03-12 16:16:14 +01:00
Sylvestre Ledru
19d3f57464 doc: rename to md 2025-01-08 00:33:08 +01:00
Renamed from util/why-skip.txt (Browse further)