summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-14 12:59:10 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-14 12:59:10 +0200
commit20fcd024bab206c730e302d3c76553fcbf8aee53 (patch)
tree7b0ca489d86bc33576453d53451df54e66efa638
parent4749a118d9e4720fadd2f33e80ccad772c60ace3 (diff)
downloaddeployment-20fcd024bab206c730e302d3c76553fcbf8aee53.tar.gz
deployment-20fcd024bab206c730e302d3c76553fcbf8aee53.tar.bz2
deployment-20fcd024bab206c730e302d3c76553fcbf8aee53.zip
mute DEBUG lines from 'util'
-rwxr-xr-xbin/taler-deployment-build2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/taler-deployment-build b/bin/taler-deployment-build
index 8ef486c..ef22492 100755
--- 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