1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 05:34:17 +00:00

parallel compare

This commit is contained in:
deadc0de6
2020-11-16 21:47:14 +01:00
parent eee431ec39
commit 4d12859714
4 changed files with 140 additions and 116 deletions

View File

@@ -111,7 +111,7 @@ chmod 700 ${flink}
set +e
cnt=`cd ${ddpath} | ${bin} compare -c ${cfg} -p p1 2>&1 | grep 'modes differ' | wc -l`
set -e
[ "${cnt}" != "5" ] && echo "compare modes failed" && exit 1
[ "${cnt}" != "5" ] && echo "compare modes failed (${cnt})" && exit 1
## CLEANING
rm -rf ${tmps} ${tmpd}