summaryrefslogtreecommitdiff
path: root/src/exchange/test_taler_exchange_httpd_afl.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-13 15:19:47 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-13 15:19:47 +0100
commite05ce36f301030feaa64c76bbfea24e34e05c496 (patch)
treeae0ff819a09961e934c59ece7e4d3513c982e49a /src/exchange/test_taler_exchange_httpd_afl.sh
parent9c20b62eb965c2b8a9e94f56283d5671e37bc447 (diff)
downloadexchange-e05ce36f301030feaa64c76bbfea24e34e05c496.tar.gz
exchange-e05ce36f301030feaa64c76bbfea24e34e05c496.tar.bz2
exchange-e05ce36f301030feaa64c76bbfea24e34e05c496.zip
implement test mode in taler-exchange-transfer
Diffstat (limited to 'src/exchange/test_taler_exchange_httpd_afl.sh')
-rwxr-xr-xsrc/exchange/test_taler_exchange_httpd_afl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/test_taler_exchange_httpd_afl.sh b/src/exchange/test_taler_exchange_httpd_afl.sh
index 84c4a326d..2d183d11b 100755
--- a/src/exchange/test_taler_exchange_httpd_afl.sh
+++ b/src/exchange/test_taler_exchange_httpd_afl.sh
@@ -39,7 +39,7 @@ PREFIX=
#PREFIX="valgrind --leak-check=yes --track-fds=yes --error-exitcode=1 --log-file=valgrind.%p"
# Setup keys.
taler-exchange-keyup -c test_taler_exchange_httpd.conf
-# Setup database (just to be sure)
+# Setup database
taler-exchange-dbinit -c test_taler_exchange_httpd.conf &> /dev/null
# Only log hard errors, we expect lots of warnings...
export GNUNET_FORCE_LOG=";;;;ERROR"