mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 01:29:17 +00:00
more logs
This commit is contained in:
@@ -98,8 +98,10 @@ cd ${ddpath} | ${bin} update -f -c ${cfg} --verbose --profile=p1 --key f_abc
|
|||||||
#tree ${dt}
|
#tree ${dt}
|
||||||
|
|
||||||
# check files haven't been updated
|
# check files haven't been updated
|
||||||
|
[ ! -e ${dt}/a/c/acfile ] && echo "acfile not found" && exit 1
|
||||||
|
cat ${dt}/a/c/acfile
|
||||||
grep 'b' ${dt}/a/c/acfile >/dev/null
|
grep 'b' ${dt}/a/c/acfile >/dev/null
|
||||||
[ -e ${dt}/a/newfile ] && exit 1
|
[ -e ${dt}/a/newfile ] && echo "newfile found" && exit 1
|
||||||
|
|
||||||
## CLEANING
|
## CLEANING
|
||||||
rm -rf ${tmps} ${tmpd}
|
rm -rf ${tmps} ${tmpd}
|
||||||
|
|||||||
Reference in New Issue
Block a user