diff --git a/tests.sh b/tests.sh index eedbfa5..c598ca7 100755 --- a/tests.sh +++ b/tests.sh @@ -37,10 +37,10 @@ PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop #PYTHONPATH=dotdrop python3 -m pytest tests # enable debug logs -export DOTDROP_DEBUG= -unset DOTDROP_FORCE_NODEBUG +#export DOTDROP_DEBUG= +#unset DOTDROP_FORCE_NODEBUG # do not print debugs when running tests (faster) -#export DOTDROP_FORCE_NODEBUG=yes +export DOTDROP_FORCE_NODEBUG=yes ## execute bash script tests [ "$1" = '--python-only' ] || {