aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-02 13:54:28 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-02 13:54:28 +0000
commit29b8592f0048ebd302d630083391885f8068a5a3 (patch)
treedf2306adde78b66324c70729d0103347fa7a8d93 /src/testing
parent8c2bea8ab2ab491ca4780e7d6a76abf53d61d607 (diff)
downloadgnunet-29b8592f0048ebd302d630083391885f8068a5a3.tar.gz
gnunet-29b8592f0048ebd302d630083391885f8068a5a3.zip
remove nate specific debugging junk
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_data_topology_clique.conf2
-rw-r--r--src/testing/test_testing_topology.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/test_testing_data_topology_clique.conf b/src/testing/test_testing_data_topology_clique.conf
index abe6f586a..114364da2 100644
--- a/src/testing/test_testing_data_topology_clique.conf
+++ b/src/testing/test_testing_data_topology_clique.conf
@@ -41,7 +41,7 @@ PORT = 2570
41#DEBUG = YES 41#DEBUG = YES
42 42
43[testing] 43[testing]
44NUM_PEERS = 10 44NUM_PEERS = 4
45WEAKRANDOM = YES 45WEAKRANDOM = YES
46TOPOLOGY = CLIQUE 46TOPOLOGY = CLIQUE
47F2F = YES 47F2F = YES
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 23cb3716a..6450d67d3 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -26,9 +26,9 @@
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_YES 29#define VERBOSE GNUNET_NO
30 30
31#define DELAY_FOR_LOGGING GNUNET_YES 31#define DELAY_FOR_LOGGING GNUNET_NO
32 32
33/** 33/**
34 * How long until we fail the whole testcase? 34 * How long until we fail the whole testcase?