From abb93ead6592385a895cdba14a990364502cdbaa Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 7 Aug 2020 15:05:44 +0200 Subject: [PATCH] enable debug tests --- tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.sh b/tests.sh index ce49ee0..c8f1a46 100755 --- a/tests.sh +++ b/tests.sh @@ -25,13 +25,13 @@ which ${nosebin} 2>/dev/null [ "$?" != "0" ] && echo "Install nosetests" && exit 1 set -e -# do not print debugs when running tests (faster) -export DOTDROP_FORCE_NODEBUG=yes - # execute tests with coverage PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop #PYTHONPATH=dotdrop python3 -m pytest tests +# do not print debugs when running tests (faster) +#export DOTDROP_FORCE_NODEBUG=yes + ## execute bash script tests [ "$1" = '--python-only' ] || { log=`mktemp`