aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api.c')
-rw-r--r--src/statistics/test_statistics_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c
index 11f02b817..ddebfa356 100644
--- a/src/statistics/test_statistics_api.c
+++ b/src/statistics/test_statistics_api.c
@@ -139,7 +139,7 @@ check ()
139 struct GNUNET_OS_Process *proc; 139 struct GNUNET_OS_Process *proc;
140 140
141 proc = 141 proc =
142 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-statistics", 142 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, "gnunet-service-statistics",
143 "gnunet-service-statistics", 143 "gnunet-service-statistics",
144 "-c", "test_statistics_api_data.conf", NULL); 144 "-c", "test_statistics_api_data.conf", NULL);
145#endif 145#endif
@@ -162,7 +162,7 @@ check ()
162#if START_SERVICE 162#if START_SERVICE
163 /* restart to check persistence! */ 163 /* restart to check persistence! */
164 proc = 164 proc =
165 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-statistics", 165 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, "gnunet-service-statistics",
166 "gnunet-service-statistics", 166 "gnunet-service-statistics",
167 "-c", "test_statistics_api_data.conf", NULL); 167 "-c", "test_statistics_api_data.conf", NULL);
168#endif 168#endif