From c51b19512bfc5bf3848211e6a4e9f3534ece7ee2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 9 Aug 2018 21:10:56 +0200 Subject: report ore precisely where commands went wrong --- src/exchange-lib/testing_api_cmd_batch.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/exchange-lib/testing_api_cmd_batch.c') diff --git a/src/exchange-lib/testing_api_cmd_batch.c b/src/exchange-lib/testing_api_cmd_batch.c index 3912762f..738012b8 100644 --- a/src/exchange-lib/testing_api_cmd_batch.c +++ b/src/exchange-lib/testing_api_cmd_batch.c @@ -33,10 +33,14 @@ */ struct BatchState { - /* CMDs batch. */ + /** + * CMDs batch. + */ struct TALER_TESTING_Command *batch; - /* Internal comand pointer. */ + /** + * Internal comand pointer. + */ int batch_ip; }; @@ -56,7 +60,6 @@ batch_run (void *cls, struct BatchState *bs = cls; bs->batch_ip++; - TALER_LOG_DEBUG ("Running batched command: %s\n", bs->batch[bs->batch_ip].label); @@ -113,8 +116,8 @@ batch_traits (void *cls, const char *trait, unsigned int index) { - #define CURRENT_CMD_INDEX 0 - #define BATCH_INDEX 1 +#define CURRENT_CMD_INDEX 0 +#define BATCH_INDEX 1 struct BatchState *bs = cls; -- cgit v1.2.3