aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_twisted.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-21 15:03:31 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-21 15:03:31 +0200
commite352fdd356dd3d78c992b9355e68b392cb9d10c2 (patch)
treecb8031b9956f7df2e7350ead4a99086d4399d551 /src/testing/test_exchange_api_twisted.c
parente21995f0009b4143e19f3a618bf8107c9bc94a50 (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.c5
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");
}