From 9bb2722345296a224a0ae997c902ff40f3aae709 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 7 Aug 2020 17:08:29 +0200 Subject: [PATCH] disable debug for travis --- tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' ] || {