diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-17 17:33:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-17 17:33:30 +0100 |
commit | c17909d8209e18829102c7de2789909722e1af3b (patch) | |
tree | 3c6d9f942b965c4aed0942307fb546a37e4cfa86 /src/testing | |
parent | fb47c680b1380d36812f8b42cd64595e210cef38 (diff) |
add cmd line option to restrict timetravel, minor code cleanup of keystate logic
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_helpers_exchange.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c index 967a4efb4..9f5716849 100644 --- a/src/testing/testing_api_helpers_exchange.c +++ b/src/testing/testing_api_helpers_exchange.c @@ -762,6 +762,7 @@ TALER_TESTING_setup_with_exchange_cfg (void *cls, NULL, NULL, NULL, "taler-exchange-httpd", "taler-exchange-httpd", + "-a", /* some tests may need timetravel */ "-c", setup_ctx->config_filename, NULL); |