File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,6 @@ sed -i "s|warning: unrecognized escape|warning: incomplete hex escape|" tests/st
197197
198198sed -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
204201grep -rlE ' /usr/bin/\s?/usr/bin' init.cfg tests/* | xargs -r sed -Ei ' s|/usr/bin/\s?/usr/bin/|/usr/bin/|g'
205202grep -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'
You can’t perform that action at this time.
0 commit comments