aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_unreliability.c')
-rw-r--r--src/transport/test_transport_api_unreliability.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index 53de91ab1..56e609e92 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -27,24 +27,10 @@
27 * achieve reliable message delivery. 27 * achieve reliable message delivery.
28 */ 28 */
29#include "platform.h" 29#include "platform.h"
30#include "gnunet_common.h"
31#include "gnunet_hello_lib.h"
32#include "gnunet_getopt_lib.h"
33#include "gnunet_os_lib.h"
34#include "gnunet_program_lib.h"
35#include "gnunet_scheduler_lib.h"
36#include "gnunet_server_lib.h"
37#include "gnunet_transport_service.h" 30#include "gnunet_transport_service.h"
38#include "gauger.h" 31#include "gauger.h"
39#include "transport.h"
40#include "transport-testing.h" 32#include "transport-testing.h"
41 33
42#define VERBOSE GNUNET_NO
43
44#define VERBOSE_ARM GNUNET_NO
45
46#define START_ARM GNUNET_YES
47
48/** 34/**
49 * Testcase timeout 35 * Testcase timeout
50 */ 36 */
@@ -525,9 +511,6 @@ check ()
525 static char *const argv[] = { "test-transport-api-unreliability", 511 static char *const argv[] = { "test-transport-api-unreliability",
526 "-c", 512 "-c",
527 "test_transport_api_data.conf", 513 "test_transport_api_data.conf",
528#if VERBOSE
529 "-L", "DEBUG",
530#endif
531 NULL 514 NULL
532 }; 515 };
533 static struct GNUNET_GETOPT_CommandLineOption options[] = { 516 static struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -553,11 +536,7 @@ main (int argc, char *argv[])
553 GNUNET_TRANSPORT_TESTING_get_test_name (argv[0], &test_name); 536 GNUNET_TRANSPORT_TESTING_get_test_name (argv[0], &test_name);
554 537
555 GNUNET_log_setup (test_name, 538 GNUNET_log_setup (test_name,
556#if VERBOSE
557 "DEBUG",
558#else
559 "WARNING", 539 "WARNING",
560#endif
561 NULL); 540 NULL);
562 541
563 GNUNET_TRANSPORT_TESTING_get_test_source_name (__FILE__, &test_source); 542 GNUNET_TRANSPORT_TESTING_get_test_source_name (__FILE__, &test_source);