diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-21 15:03:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-21 15:03:31 +0200 |
commit | e352fdd356dd3d78c992b9355e68b392cb9d10c2 (patch) | |
tree | cb8031b9956f7df2e7350ead4a99086d4399d551 /src/testing/test_exchange_api_twisted.c | |
parent | e21995f0009b4143e19f3a618bf8107c9bc94a50 (diff) |
run wirewatch with specific account
Diffstat (limited to 'src/testing/test_exchange_api_twisted.c')
-rw-r--r-- | src/testing/test_exchange_api_twisted.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c index 5324a102..c55b3f2b 100644 --- a/src/testing/test_exchange_api_twisted.c +++ b/src/testing/test_exchange_api_twisted.c @@ -68,8 +68,9 @@ static struct GNUNET_OS_Process *twisterd; static struct TALER_TESTING_Command CMD_EXEC_WIREWATCH (const char *label) { - return TALER_TESTING_cmd_exec_wirewatch (label, - config_file); + return TALER_TESTING_cmd_exec_wirewatch2 (label, + config_file, + "exchange-account-2"); } |