aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
commita5d0694571db763efd0787a680168492f325b2e6 (patch)
tree1190488e92987d408c93d5b0edf9f0f48d47b81e /src/testing
parent4bc01ed4fb1083681966558efcbc069876cddcc3 (diff)
downloadgnunet-a5d0694571db763efd0787a680168492f325b2e6.tar.gz
gnunet-a5d0694571db763efd0787a680168492f325b2e6.zip
LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls
(#1805).
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_connect.c2
-rw-r--r--src/testing/test_testing_group.c2
-rw-r--r--src/testing/test_testing_peergroup.c2
-rw-r--r--src/testing/test_testing_topology.c2
-rw-r--r--src/testing/test_testing_topology_blacklist.c2
-rw-r--r--src/testing/testing.c4
-rw-r--r--src/testing/testing_group.c6
7 files changed, 10 insertions, 10 deletions
diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c
index a31449a71..5ace31f82 100644
--- a/src/testing/test_testing_connect.c
+++ b/src/testing/test_testing_connect.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_NO 27#define VERBOSE GNUNET_EXTRA_LOGGING
28 28
29/** 29/**
30 * How long until we give up on connecting the peers? 30 * How long until we give up on connecting the peers?
diff --git a/src/testing/test_testing_group.c b/src/testing/test_testing_group.c
index f5df45b19..0ed01cb51 100644
--- a/src/testing/test_testing_group.c
+++ b/src/testing/test_testing_group.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_NO 27#define VERBOSE GNUNET_EXTRA_LOGGING
28 28
29#define NUM_PEERS 4 29#define NUM_PEERS 4
30 30
diff --git a/src/testing/test_testing_peergroup.c b/src/testing/test_testing_peergroup.c
index 061a0ca75..8b8d32973 100644
--- a/src/testing/test_testing_peergroup.c
+++ b/src/testing/test_testing_peergroup.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_NO 27#define VERBOSE GNUNET_EXTRA_LOGGING
28 28
29#define NUM_PEERS 4 29#define NUM_PEERS 4
30 30
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 27ad0a24c..152b5cdcc 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -26,7 +26,7 @@
26#include "gnunet_core_service.h" 26#include "gnunet_core_service.h"
27#include "gnunet_os_lib.h" 27#include "gnunet_os_lib.h"
28 28
29#define VERBOSE GNUNET_NO 29#define VERBOSE GNUNET_EXTRA_LOGGING
30 30
31#define PROGRESS_BARS GNUNET_YES 31#define PROGRESS_BARS GNUNET_YES
32 32
diff --git a/src/testing/test_testing_topology_blacklist.c b/src/testing/test_testing_topology_blacklist.c
index d60e3a8fb..046cb2ca5 100644
--- a/src/testing/test_testing_topology_blacklist.c
+++ b/src/testing/test_testing_topology_blacklist.c
@@ -25,7 +25,7 @@
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26#include "gnunet_core_service.h" 26#include "gnunet_core_service.h"
27 27
28#define VERBOSE GNUNET_NO 28#define VERBOSE GNUNET_EXTRA_LOGGING
29 29
30/** 30/**
31 * How long until we fail the whole testcase? 31 * How long until we fail the whole testcase?
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 335457dcb..2e1dceb68 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -37,9 +37,9 @@
37#include "gnunet_transport_service.h" 37#include "gnunet_transport_service.h"
38#include "gnunet_hello_lib.h" 38#include "gnunet_hello_lib.h"
39 39
40#define DEBUG_TESTING GNUNET_NO 40#define DEBUG_TESTING GNUNET_EXTRA_LOGGING
41 41
42#define DEBUG_TESTING_RECONNECT GNUNET_NO 42#define DEBUG_TESTING_RECONNECT GNUNET_EXTRA_LOGGING
43 43
44/** 44/**
45 * Hack to deal with initial HELLO's being often devoid of addresses. 45 * Hack to deal with initial HELLO's being often devoid of addresses.
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 0813bd431..f4d789ca9 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -30,11 +30,11 @@
30#include "gnunet_testing_lib.h" 30#include "gnunet_testing_lib.h"
31#include "gnunet_core_service.h" 31#include "gnunet_core_service.h"
32 32
33#define VERBOSE_TESTING GNUNET_NO 33#define VERBOSE_TESTING GNUNET_EXTRA_LOGGING
34 34
35#define VERBOSE_TOPOLOGY GNUNET_NO 35#define VERBOSE_TOPOLOGY GNUNET_EXTRA_LOGGING
36 36
37#define DEBUG_CHURN GNUNET_NO 37#define DEBUG_CHURN GNUNET_EXTRA_LOGGING
38 38
39#define USE_START_HELPER GNUNET_YES 39#define USE_START_HELPER GNUNET_YES
40 40