aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_namespace.c')
-rw-r--r--src/fs/test_fs_namespace.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fs/test_fs_namespace.c b/src/fs/test_fs_namespace.c
index 9305a501f..e9cdb3676 100644
--- a/src/fs/test_fs_namespace.c
+++ b/src/fs/test_fs_namespace.c
@@ -69,9 +69,6 @@ setup_peer (struct PeerContext *p, const char *cfgname)
69 p->arm_proc = 69 p->arm_proc =
70 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm", 70 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
71 "gnunet-service-arm", 71 "gnunet-service-arm",
72#if VERBOSE
73 "-L", "DEBUG",
74#endif
75 "-c", cfgname, NULL); 72 "-c", cfgname, NULL);
76#endif 73#endif
77 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 74 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
@@ -378,9 +375,6 @@ main (int argc, char *argv[])
378 "test-fs-namespace", 375 "test-fs-namespace",
379 "-c", 376 "-c",
380 "test_fs_namespace_data.conf", 377 "test_fs_namespace_data.conf",
381#if VERBOSE
382 "-L", "DEBUG",
383#endif
384 NULL 378 NULL
385 }; 379 };
386 struct GNUNET_GETOPT_CommandLineOption options[] = { 380 struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -388,11 +382,7 @@ main (int argc, char *argv[])
388 }; 382 };
389 383
390 GNUNET_log_setup ("test_fs_namespace", 384 GNUNET_log_setup ("test_fs_namespace",
391#if VERBOSE
392 "DEBUG",
393#else
394 "WARNING", 385 "WARNING",
395#endif
396 NULL); 386 NULL);
397 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, 387 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx,
398 "test-fs-namespace", "nohelp", options, &run, NULL); 388 "test-fs-namespace", "nohelp", options, &run, NULL);