aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_stop_testsystem.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-24 15:21:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-24 15:21:32 +0200
commit5bb46d9a3ab568145f594c5a3cfa31ead3df38eb (patch)
tree021dd56b9a4fd7d349139a844635bb1675b80167 /src/testing/testing_api_cmd_netjail_stop_testsystem.c
parent5ddaa3f8eb5e01882540f21ddf237f3a41311e8a (diff)
downloadgnunet-5bb46d9a3ab568145f594c5a3cfa31ead3df38eb.tar.gz
gnunet-5bb46d9a3ab568145f594c5a3cfa31ead3df38eb.zip
-remove dead ats-tests, fix strange Debian build issues
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_stop_testsystem.c')
-rw-r--r--src/testing/testing_api_cmd_netjail_stop_testsystem.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_netjail_stop_testsystem.c b/src/testing/testing_api_cmd_netjail_stop_testsystem.c
index d6e733e05..0ae82a26a 100644
--- a/src/testing/testing_api_cmd_netjail_stop_testsystem.c
+++ b/src/testing/testing_api_cmd_netjail_stop_testsystem.c
@@ -49,7 +49,7 @@ struct StopHelperState
49 49
50 50
51/** 51/**
52* Code to clean up ressource this cmd used. 52* Code to clean up resource this cmd used.
53* 53*
54* @param cls closure 54* @param cls closure
55* @param cmd current CMD being cleaned up. 55* @param cmd current CMD being cleaned up.
@@ -97,7 +97,8 @@ stop_testing_system_run (void *cls,
97 GNUNET_TESTING_get_trait_helper_handles (start_helper_cmd, 97 GNUNET_TESTING_get_trait_helper_handles (start_helper_cmd,
98 &helper); 98 &helper);
99 99
100 for (int i = 1; i <= atoi (shs->global_n); i++) { 100 for (int i = 1; i <= atoi (shs->global_n); i++)
101 {
101 for (int j = 1; j <= atoi (shs->local_m); j++) 102 for (int j = 1; j <= atoi (shs->local_m); j++)
102 { 103 {
103 GNUNET_HELPER_stop (helper[(i - 1) * atoi (shs->local_m) + j - 1], 104 GNUNET_HELPER_stop (helper[(i - 1) * atoi (shs->local_m) + j - 1],