mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
more coverage
This commit is contained in:
12
tests-ng/env.sh
vendored
12
tests-ng/env.sh
vendored
@@ -128,5 +128,17 @@ cntpost=$(find "${tmps}"/dotfiles -type f | wc -l)
|
||||
|
||||
[ "${cntpost}" != "${cntpre}" ] && echo "import failed" && exit 1
|
||||
|
||||
# for coverage
|
||||
export DOTDROP_CONFIG="${cfg}"
|
||||
export DOTDROP_PROFILE="p1"
|
||||
export DOTDROP_VERBOSE="yes"
|
||||
unset DOTDROP_FORCE_NODEBUG
|
||||
unset DOTDROP_NOBANNER=
|
||||
export DOTDROP_TMPDIR="${tmpx}"
|
||||
export DOTDROP_WORKDIR="${tmpy}"
|
||||
export DOTDROP_WORKERS="1"
|
||||
|
||||
cd "${ddpath}" | ${bin} files
|
||||
|
||||
echo "OK"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user