From 94612616c1e9bd75ab238988660dd360fac4d59c Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 27 Mar 2019 13:48:44 +0100 Subject: [PATCH] no banner in tests --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index 5777444..8aabf14 100755 --- a/tests.sh +++ b/tests.sh @@ -27,6 +27,7 @@ set -e # comment this to get debug info export DOTDROP_FORCE_NODEBUG= +export DOTDROP_NOBANNER= # execute tests with coverage PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop