mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Stop seq-precision.sh causing jams in make
This commit is contained in:
parent
b92b88a822
commit
dc49415829
1 changed files with 3 additions and 0 deletions
3
.github/workflows/GNU.yml
vendored
3
.github/workflows/GNU.yml
vendored
|
@ -76,6 +76,9 @@ jobs:
|
|||
sed -i -e "s|split |$(which split) |" tests/misc/factor-parallel.sh
|
||||
sed -i -e "s|truncate |$(which truncate) |" tests/split/fail.sh
|
||||
|
||||
#Add specific timeout to seq-precision.sh because otherwise seq will fill logs and cause something to jam in make
|
||||
sed -i -e "s| seq |$(which timeout) 1 seq |" tests/misc/seq-precision.sh
|
||||
|
||||
test -f "${BUILDDIR}/getlimits" || cp src/getlimits "${BUILDDIR}"
|
||||
- name: Run GNU tests
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue