commit 20fcd024bab206c730e302d3c76553fcbf8aee53
parent 4749a118d9e4720fadd2f33e80ccad772c60ace3
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 14 Jun 2019 12:59:10 +0200
mute DEBUG lines from 'util'
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/taler-deployment-build b/bin/taler-deployment-build
@@ -17,6 +17,8 @@ source $HOME/activate
cd $HOME/stamps
./invalidate.sh
+export GNUNET_FORCE_LOG="util;;;;WARNING/taler;;;;DEBUG/twister;;;;DEBUG/test;;;;DEBUG"
+
if test ${1:-notgiven} = "--coverage"; then
make lcov
else