aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-27 10:09:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-27 10:09:53 +0000
commit60088c00f6a43f88fdce9726c83c526a25650374 (patch)
treece37cf4595ec58b72375ea4168145f6bb7067e76 /src
parenta7cf81096a2353063c03718229ded994e3d0984c (diff)
downloadgnunet-60088c00f6a43f88fdce9726c83c526a25650374.tar.gz
gnunet-60088c00f6a43f88fdce9726c83c526a25650374.zip
-cleaner
Diffstat (limited to 'src')
-rw-r--r--src/gns/test_gns_ns_lookup.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gns/test_gns_ns_lookup.c b/src/gns/test_gns_ns_lookup.c
index 638efdc1a..890347bc6 100644
--- a/src/gns/test_gns_ns_lookup.c
+++ b/src/gns/test_gns_ns_lookup.c
@@ -32,9 +32,6 @@
32#include "gnunet_dnsparser_lib.h" 32#include "gnunet_dnsparser_lib.h"
33#include "gnunet_gns_service.h" 33#include "gnunet_gns_service.h"
34 34
35/* DEFINES */
36#define VERBOSE GNUNET_YES
37
38/* Timeout for entire testcase */ 35/* Timeout for entire testcase */
39#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20) 36#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 20)
40 37
@@ -437,9 +434,6 @@ check ()
437 char *const argv[] = { "test-gns-ns-lookup", /* Name to give running binary */ 434 char *const argv[] = { "test-gns-ns-lookup", /* Name to give running binary */
438 "-c", 435 "-c",
439 "test_gns_simple_lookup.conf", /* Config file to use */ 436 "test_gns_simple_lookup.conf", /* Config file to use */
440#if VERBOSE
441 "-L", "DEBUG",
442#endif
443 NULL 437 NULL
444 }; 438 };
445 struct GNUNET_GETOPT_CommandLineOption options[] = { 439 struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -464,11 +458,7 @@ main (int argc, char *argv[])
464 int ret; 458 int ret;
465 459
466 GNUNET_log_setup ("test-gns-simple-lookup", 460 GNUNET_log_setup ("test-gns-simple-lookup",
467#if VERBOSE
468 "DEBUG",
469#else
470 "WARNING", 461 "WARNING",
471#endif
472 NULL); 462 NULL);
473 ret = check (); 463 ret = check ();
474 /** 464 /**