summaryrefslogtreecommitdiff
path: root/src/exchange/test_taler_exchange_httpd_afl.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-20 02:14:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-20 02:15:09 +0100
commitf4b17c3adaa4dad7d12ef5218ed75b8e7a5210f4 (patch)
tree6a6e1f4f6275f25c43146d90068a9c6532340514 /src/exchange/test_taler_exchange_httpd_afl.sh
parent26ad7c8191a764ed94d81d88752352addeaeda55 (diff)
downloadexchange-f4b17c3adaa4dad7d12ef5218ed75b8e7a5210f4.tar.gz
exchange-f4b17c3adaa4dad7d12ef5218ed75b8e7a5210f4.tar.bz2
exchange-f4b17c3adaa4dad7d12ef5218ed75b8e7a5210f4.zip
update AFL test suite
Diffstat (limited to 'src/exchange/test_taler_exchange_httpd_afl.sh')
-rwxr-xr-x[-rw-r--r--]src/exchange/test_taler_exchange_httpd_afl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/test_taler_exchange_httpd_afl.sh b/src/exchange/test_taler_exchange_httpd_afl.sh
index abfaf0b2f..e81a6edd7 100644..100755
--- a/src/exchange/test_taler_exchange_httpd_afl.sh
+++ b/src/exchange/test_taler_exchange_httpd_afl.sh
@@ -34,13 +34,13 @@ set -eu
PREFIX=
# Uncomment this line to run with valgrind...
-# PREFIX="valgrind --leak-check=yes --log-file=valgrind.%p"
+PREFIX="valgrind --leak-check=yes --log-file=valgrind.%p"
# Setup keys.
taler-exchange-keyup -c test_taler_exchange_httpd.conf
# Setup database (just to be sure)
taler-exchange-dbinit -c test_taler_exchange_httpd.conf &> /dev/null
# Only log hard errors, we expect lots of warnings...
-export GNUNET_FORCE_LOG="taler-exchange-httpd;;;;ERROR/libmicrohttpd;;;;ERROR/util;;;;ERROR/"
+export GNUNET_FORCE_LOG=";;;;ERROR"
# Run test...
for n in afl-tests/*
do