1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00

fix strict bash pipefail

This commit is contained in:
deadc0de6
2023-11-09 11:30:05 +01:00
parent 7bd1d7f74a
commit 94d97bf7a7
152 changed files with 166 additions and 162 deletions

2
tests-ng/helpers vendored
View File

@@ -6,7 +6,7 @@
#
# for i in *.sh; do ./$i >/dev/null 2>&1; find /tmp/ -maxdepth 1 -type f -iname 'tmp*' >> /tmp/$i.log; find /tmp/ -maxdepth 1 -type d -iname 'tmp.*-dotdrop-tests' >> /tmp/$i.log; find /tmp/ -maxdepth 1 -type d -iname 'dotdrop-*' >> /tmp/$i.log; wc -l /tmp/$i.log; [ "`wc -l /tmp/$i.log | awk '{print $1}'`" -gt "0" ] && break; done
set -euo errtrace pipefail
set -eu -o errtrace -o pipefail
#declare -a to_be_cleared
to_be_cleared=()