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:
2
tests-ng/helpers
vendored
2
tests-ng/helpers
vendored
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user