-testing...

This commit is contained in:
Christian Grothoff 2022-10-12 11:09:20 +02:00
parent 04565bcb9c
commit 5e2e71ec11
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 58a94dc411d8ec0f23c5364c37719e90bb9ad8a9
Subproject commit 06f872786739c76d29d31ab45eae4a7e8da2e890

View File

@ -353,6 +353,9 @@ run (void *cls,
NULL),
TALER_TESTING_cmd_end ()
};
struct TALER_TESTING_Command reserves[] = {
TALER_TESTING_cmd_end ()
};
struct TALER_TESTING_Command commands[] = {
/* setup exchange */
@ -384,6 +387,9 @@ run (void *cls,
config_file),
TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys",
1),
TALER_TESTING_cmd_batch ("reserves",
reserves),
TALER_TESTING_cmd_end (), // FIXME
TALER_TESTING_cmd_batch ("withdraw",
withdraw),
TALER_TESTING_cmd_batch ("push",