aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_simple_send_v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_simple_send_v2.c')
-rw-r--r--src/transport/test_transport_simple_send_v2.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/transport/test_transport_simple_send_v2.c b/src/transport/test_transport_simple_send_v2.c
index aeac1bfb6..feb65468a 100644
--- a/src/transport/test_transport_simple_send_v2.c
+++ b/src/transport/test_transport_simple_send_v2.c
@@ -47,6 +47,12 @@ static unsigned int rv = 0;
47static void 47static void
48run (void *cls) 48run (void *cls)
49{ 49{
50 struct GNUNET_TESTING_Command cmd = GNUNET_TESTING_cmd_end ();
51
52 if (GNUNET_YES == cmd.shutdown_on_end)
53 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
54 "gaga %p\n",
55 cmd);
50 struct GNUNET_TESTING_Command commands[] = { 56 struct GNUNET_TESTING_Command commands[] = {
51 GNUNET_TESTING_cmd_netjail_start_v2 ("netjail-start", 57 GNUNET_TESTING_cmd_netjail_start_v2 ("netjail-start",
52 TOPOLOGY_CONFIG), 58 TOPOLOGY_CONFIG),
@@ -58,7 +64,7 @@ run (void *cls)
58 TOPOLOGY_CONFIG), 64 TOPOLOGY_CONFIG),
59 GNUNET_TESTING_cmd_netjail_stop_v2 ("netjail-stop", 65 GNUNET_TESTING_cmd_netjail_stop_v2 ("netjail-stop",
60 TOPOLOGY_CONFIG), 66 TOPOLOGY_CONFIG),
61 GNUNET_TESTING_cmd_end () 67 cmd
62 }; 68 };
63 69
64 GNUNET_TESTING_run (NULL, 70 GNUNET_TESTING_run (NULL,