aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r--src/testing/testing_api_loop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index 49ed48063..7b7dc010a 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -332,6 +332,9 @@ GNUNET_TESTING_interpreter_fail ()
332 if (GNUNET_SYSERR == is->result) 332 if (GNUNET_SYSERR == is->result)
333 return; /* ignore, we already failed! */ 333 return; /* ignore, we already failed! */
334 334
335 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
336 "interpreter_fail!\n");
337
335 if (NULL != cmd) 338 if (NULL != cmd)
336 { 339 {
337 while (GNUNET_TESTING_cmd_is_batch (cmd)) 340 while (GNUNET_TESTING_cmd_is_batch (cmd))