diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-16 14:36:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-16 14:36:20 +0200 |
commit | 0698835fedac705fa4c56e3692a06f62d3587381 (patch) | |
tree | 4c63a332a5124b2d272e72e4dbee5e3246465274 /src/include/taler_testing_lib.h | |
parent | 0a4422f5fa446d600fc34ed4b5c26071c6668c32 (diff) |
introduce TALER_TESTING_cmd_exec_wirewatch2
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 90984b9f1..3cd0b145f 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -944,6 +944,20 @@ TALER_TESTING_cmd_exec_wirewatch (const char *label, /** + * Make a "wirewatch" CMD. + * + * @param label command label. + * @param config_filename configuration filename. + * @param account section to run wirewatch against + * @return the command. + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_exec_wirewatch2 (const char *label, + const char *config_filename, + const char *account_section); + + +/** * Request URL via "wget". * * @param label command label. |