1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

workdir env variable

This commit is contained in:
deadc0de6
2020-11-15 21:18:14 +01:00
parent 8ce96ffeeb
commit 80a9ed4814
4 changed files with 13 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ export DOTDROP_DEBUG=yes
unset DOTDROP_FORCE_NODEBUG
# do not print debugs when running tests (faster)
#export DOTDROP_FORCE_NODEBUG=yes
export DOTDROP_WORKDIR=/tmp/dotdrop-tests-workdir
## execute bash script tests
[ "$1" = '--python-only' ] || {