polish test loop

This commit is contained in:
Marcello Stanisci 2018-07-02 12:01:34 +02:00
parent 1f02fc85ce
commit ae25137595
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -202,7 +202,6 @@ TALER_TESTING_interpreter_fail
{ {
struct TALER_TESTING_Command *cmd = &is->commands[is->ip]; struct TALER_TESTING_Command *cmd = &is->commands[is->ip];
// FIXME: disconnect from the exchange.
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Failed at command `%s'\n", "Failed at command `%s'\n",
cmd->label); cmd->label);
@ -434,8 +433,11 @@ TALER_TESTING_wait_for_sigchld
/** /**
* Run the testsuite. FIXME: explain why the commands are * Run the testsuite. Note, CMDs are copied into
* copied into the state. * 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 is the interpreter state
* @param commands the list of command to execute * @param commands the list of command to execute