summaryrefslogtreecommitdiff
path: root/src/mint/test_taler_mint_httpd_afl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/test_taler_mint_httpd_afl.sh')
-rwxr-xr-xsrc/mint/test_taler_mint_httpd_afl.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mint/test_taler_mint_httpd_afl.sh b/src/mint/test_taler_mint_httpd_afl.sh
index 62ad43610..a5ae081e7 100755
--- a/src/mint/test_taler_mint_httpd_afl.sh
+++ b/src/mint/test_taler_mint_httpd_afl.sh
@@ -23,10 +23,12 @@
#
# Setup keys.
taler-mint-keyup -d test-mint-home -m test-mint-home/master.priv
+# Only log hard errors, we expect lots of warnings...
+export GNUNET_FORCE_LOG="taler-mint-httpd;;;;ERROR/libmicrohttpd;;;;ERROR/"
# Run test...
-for n in afl-tests/*.req
+for n in afl-tests/*
do
- echo -n "Test $n"
+ echo -n "Test $n "
taler-mint-httpd -d test-mint-home/ -t 1 -f $n -C > /dev/null || { echo "FAIL!"; exit 1; }
echo "OK"
done