summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-02 12:01:34 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-02 12:01:34 +0200
commitae25137595de3adf6b54dd65192d4097a39febdc (patch)
tree41fda344c98e2bbdbee8252c3e459479f6ef165c
parent1f02fc85ce74bc685d8394820972bba81ba267d3 (diff)
downloadexchange-ae25137595de3adf6b54dd65192d4097a39febdc.tar.gz
exchange-ae25137595de3adf6b54dd65192d4097a39febdc.tar.bz2
exchange-ae25137595de3adf6b54dd65192d4097a39febdc.zip
polish test loop
-rw-r--r--src/exchange-lib/testing_api_loop.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/exchange-lib/testing_api_loop.c b/src/exchange-lib/testing_api_loop.c
index e9197daba..fa7a4274c 100644
--- a/src/exchange-lib/testing_api_loop.c
+++ b/src/exchange-lib/testing_api_loop.c
@@ -202,7 +202,6 @@ TALER_TESTING_interpreter_fail
{
struct TALER_TESTING_Command *cmd = &is->commands[is->ip];
- // FIXME: disconnect from the exchange.
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Failed at command `%s'\n",
cmd->label);
@@ -434,8 +433,11 @@ TALER_TESTING_wait_for_sigchld
/**
- * Run the testsuite. FIXME: explain why the commands are
- * copied into the state.
+ * Run the testsuite. Note, CMDs are copied into
+ * the interpreter state because they are _usually_
+ * defined into the "run" method that returns after
+ * having scheduled the test interpreter.
+ *
*
* @param is the interpreter state
* @param commands the list of command to execute