summaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_revocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-19 17:56:23 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-19 17:56:23 +0100
commit15489275ba72905a6f0d84238480569390475c00 (patch)
tree650da93c443fb1d22151a4f7be0bbaab25d704d2 /src/testing/test_exchange_api_revocation.c
parentfd29d1866f2ec72b9e334da430e1b789f4677066 (diff)
downloadexchange-15489275ba72905a6f0d84238480569390475c00.tar.gz
exchange-15489275ba72905a6f0d84238480569390475c00.tar.bz2
exchange-15489275ba72905a6f0d84238480569390475c00.zip
make DB reset optional in API, use it in tests, but not in the benchmark
Diffstat (limited to 'src/testing/test_exchange_api_revocation.c')
-rw-r--r--src/testing/test_exchange_api_revocation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api_revocation.c b/src/testing/test_exchange_api_revocation.c
index 27a750d44..467b93e9a 100644
--- a/src/testing/test_exchange_api_revocation.c
+++ b/src/testing/test_exchange_api_revocation.c
@@ -212,6 +212,7 @@ main (int argc,
* fetches the port number from config in order to see
* if it's available. */
switch (TALER_TESTING_prepare_exchange (CONFIG_FILE,
+ GNUNET_YES,
&ec))
{
case GNUNET_SYSERR: