aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/perf_peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/perf_peerinfo_api.c')
-rwxr-xr-xsrc/peerinfo/perf_peerinfo_api.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c
index 1c2f81d76..fe1851a7f 100755
--- a/src/peerinfo/perf_peerinfo_api.c
+++ b/src/peerinfo/perf_peerinfo_api.c
@@ -153,11 +153,13 @@ static int
153check () 153check ()
154{ 154{
155 int ok = 0; 155 int ok = 0;
156 char *const argv[] = { "test-peerinfo-hammer", 156 char *const argv[] = { "perf-peerinfo-api",
157 "-c", 157 "-c",
158 "test_peerinfo_api_data.conf", 158 "test_peerinfo_api_data.conf",
159#if DEBUG_PEERINFO 159#if DEBUG_PEERINFO
160 "-L", "DEBUG", 160 "-L", "DEBUG",
161#else
162 "-L", "ERROR",
161#endif 163#endif
162 NULL 164 NULL
163 }; 165 };
@@ -170,6 +172,8 @@ check ()
170 "gnunet-service-peerinfo", 172 "gnunet-service-peerinfo",
171#if DEBUG_PEERINFO 173#if DEBUG_PEERINFO
172 "-L", "DEBUG", 174 "-L", "DEBUG",
175#else
176 "-L", "ERROR",
173#endif 177#endif
174 "-c", "test_peerinfo_api_data.conf", NULL); 178 "-c", "test_peerinfo_api_data.conf", NULL);
175#endif 179#endif