aboutsummaryrefslogtreecommitdiff
path: root/src/testing_old/test_testing_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing_old/test_testing_topology.c')
-rw-r--r--src/testing_old/test_testing_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing_old/test_testing_topology.c b/src/testing_old/test_testing_topology.c
index 94cbc0df6..62fa89b32 100644
--- a/src/testing_old/test_testing_topology.c
+++ b/src/testing_old/test_testing_topology.c
@@ -194,7 +194,7 @@ gather_log_data ()
194 GNUNET_asprintf (&peer_number, "%llu", num_peers); 194 GNUNET_asprintf (&peer_number, "%llu", num_peers);
195 GNUNET_asprintf (&connect_number, "%llu", expected_connections); 195 GNUNET_asprintf (&connect_number, "%llu", expected_connections);
196 mem_process = 196 mem_process =
197 GNUNET_OS_start_process (NULL, NULL, "./memsize.pl", "memsize.pl", 197 GNUNET_OS_start_process (NULL, NULL, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, "./memsize.pl", "memsize.pl",
198 "totals.txt", peer_number, connect_number, NULL); 198 "totals.txt", peer_number, connect_number, NULL);
199 GNUNET_OS_process_wait (mem_process); 199 GNUNET_OS_process_wait (mem_process);
200 GNUNET_OS_process_destroy (mem_process); 200 GNUNET_OS_process_destroy (mem_process);