Skip to content

Commit cc1e1a9

Browse files
authored
Merge pull request #7171 from jfinkels/build-remove-seq-timeout
build: remove timeout from seq test cases
2 parents 0a230e5 + 0e8c0ed commit cc1e1a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

util/build-gnu.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@ sed -i "s|warning: unrecognized escape|warning: incomplete hex escape|" tests/st
197197

198198
sed -i 's|timeout |'"${SYSTEM_TIMEOUT}"' |' tests/tail/follow-stdin.sh
199199

200-
# Add specific timeout to tests that currently hang to limit time spent waiting
201-
sed -i 's|\(^\s*\)seq \$|\1'"${SYSTEM_TIMEOUT}"' 0.1 seq \$|' tests/seq/seq-precision.sh tests/seq/seq-long-double.sh
202-
203200
# Remove dup of /usr/bin/ and /usr/local/bin/ when executed several times
204201
grep -rlE '/usr/bin/\s?/usr/bin' init.cfg tests/* | xargs -r sed -Ei 's|/usr/bin/\s?/usr/bin/|/usr/bin/|g'
205202
grep -rlE '/usr/local/bin/\s?/usr/local/bin' init.cfg tests/* | xargs -r sed -Ei 's|/usr/local/bin/\s?/usr/local/bin/|/usr/local/bin/|g'

0 commit comments

Comments
 (0)