mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 15:39:43 +00:00
verbosity
This commit is contained in:
4
tests-ng/compare-ignore-relative.sh
vendored
4
tests-ng/compare-ignore-relative.sh
vendored
@@ -63,7 +63,7 @@ echo "[+] comparing normal - diffs expected"
|
||||
set +e
|
||||
cd "${ddpath}" | ${bin} compare -c "${cfg}" --verbose
|
||||
ret="$?"
|
||||
echo ${ret}
|
||||
echo "return code: ${ret}"
|
||||
[ "${ret}" = "0" ] && exit 1
|
||||
set -e
|
||||
|
||||
@@ -144,7 +144,7 @@ echo "[+] comparing .zsh with new files"
|
||||
set +e
|
||||
cd "${ddpath}" | ${bin} compare -c "${cfg}" --verbose -C "${tmpd}"/.zsh
|
||||
ret="$?"
|
||||
echo ${ret}
|
||||
echo "return code: ${ret}"
|
||||
[ "${ret}" = "0" ] && exit 1
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user