aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-10 13:25:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-10 13:25:53 +0000
commit2f73cafe6ad49fbed8aa3c0991fd3512f5fe3971 (patch)
tree34aa7b9e306e3812e36509f1e227889cb199628e /src/transport/test_plugin_transport.c
parentdbde4bf3121a02a8d2694fcccb0f293dc05eb767 (diff)
downloadgnunet-2f73cafe6ad49fbed8aa3c0991fd3512f5fe3971.tar.gz
gnunet-2f73cafe6ad49fbed8aa3c0991fd3512f5fe3971.zip
-more testcase cleanup
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index f101f14e1..55dfb40a1 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -34,8 +34,6 @@
34#include "gnunet_transport_plugin.h" 34#include "gnunet_transport_plugin.h"
35#include "transport.h" 35#include "transport.h"
36 36
37#define VERBOSE GNUNET_NO
38
39/** 37/**
40 * How long until we give up on transmitting the message? 38 * How long until we give up on transmitting the message?
41 */ 39 */
@@ -253,20 +251,11 @@ main (int argc, char *const *argv)
253 "test_plugin_transport", 251 "test_plugin_transport",
254 "-c", 252 "-c",
255 "test_plugin_transport_data.conf", 253 "test_plugin_transport_data.conf",
256 "-L", 254 "-L", "WARNING",
257#if VERBOSE
258 "DEBUG",
259#else
260 "WARNING",
261#endif
262 NULL 255 NULL
263 }; 256 };
264 GNUNET_log_setup ("test-plugin-transport", 257 GNUNET_log_setup ("test-plugin-transport",
265#if VERBOSE
266 "DEBUG",
267#else
268 "WARNING", 258 "WARNING",
269#endif
270 NULL); 259 NULL);
271 ok = 1; /* set to fail */ 260 ok = 1; /* set to fail */
272 ret = 261 ret =