aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-16 21:05:11 +0200
committert3sserakt <t3ss@posteo.de>2021-07-16 21:05:11 +0200
commit33830e71f8e80334e0c8cf5527b1f2b20804485e (patch)
treebe8bb3af17046a3e7c77ca6f11639c24e938211d /src/testing/testing_api_loop.c
parent71f230fbb6f270f6b501934acadb6f57026c353d (diff)
downloadgnunet-33830e71f8e80334e0c8cf5527b1f2b20804485e.tar.gz
gnunet-33830e71f8e80334e0c8cf5527b1f2b20804485e.zip
- started to implement several cmds to start peers^Ctestcase plugin will be started directly from helper, functionality to communicate between master cmd loop and local cmd loop, code compiles, test is not working atm.
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))