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

tests verbosity

This commit is contained in:
deadc0de6
2021-04-29 15:27:30 +02:00
parent 2654458c6e
commit 54c6aa7bb7
2 changed files with 9 additions and 12 deletions

View File

@@ -68,9 +68,6 @@ dotfiles:
profiles:
_EOF
export DOTDROP_FORCE_NODEBUG=yes
export DOTDROP_NOBANNER=yes
# import
echo "[+] import"
cd ${ddpath} | ${bin} import -c ${cfg} ${tmpd}/singlefile
@@ -123,8 +120,5 @@ grep fakediff ${tmpd}/fake &> /dev/null || exit 1
## CLEANING
rm -rf ${basedir} ${tmpd}
unset DOTDROP_NOBANNER
unset DOTDROP_FORCE_NODEBUG
echo "OK"
exit 0