dune-release: apply yes broken pipe fix in additional places

Seems the use of yes increased and we need to fix it in additional
places. Alternatively we could ofcourse find out why SIGHUP is trapped
somewhere?!
This commit is contained in:
sternenseemann 2021-07-29 14:14:15 +02:00
parent 0876c079f7
commit 6f460f1127

View File

@ -33,7 +33,10 @@ in buildDunePackage rec {
sed -i '/must_exist (Cmd\.v "curl"/d' lib/github.ml
# ignore weird yes error message
sed -i 's/yes |/yes 2>\/dev\/null |/' tests/bin/no_doc/run.t
sed -i 's/yes |/yes 2>\/dev\/null |/' \
tests/bin/no_doc/run.t \
tests/bin/draft/run.t \
tests/bin/url-file/run.t
'';
preCheck = ''