aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-27 19:02:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-27 19:02:50 +0000
commitea01f6b6a8d3f59bf03cf128dc8a8fdfb35a75f5 (patch)
tree672432099a92e75862feb86150672177e3002d00 /src
parent47e279abf7b28f84dc2a0a4a2b9c3a587e7d9ed6 (diff)
downloadgnunet-ea01f6b6a8d3f59bf03cf128dc8a8fdfb35a75f5.tar.gz
gnunet-ea01f6b6a8d3f59bf03cf128dc8a8fdfb35a75f5.zip
nodebug
Diffstat (limited to 'src')
-rw-r--r--src/fs/test_fs_download_recursive.c2
-rw-r--r--src/fs/test_gnunet_fs_ns_data.conf2
-rw-r--r--src/fs/test_gnunet_fs_psd_data.conf4
3 files changed, 5 insertions, 3 deletions
diff --git a/src/fs/test_fs_download_recursive.c b/src/fs/test_fs_download_recursive.c
index ee320640c..d24a38dbc 100644
--- a/src/fs/test_fs_download_recursive.c
+++ b/src/fs/test_fs_download_recursive.c
@@ -29,7 +29,7 @@
29#include "gnunet_util.h" 29#include "gnunet_util.h"
30#include "gnunet_fsui_lib.h" 30#include "gnunet_fsui_lib.h"
31 31
32#define DEBUG_VERBOSE GNUNET_YES 32#define DEBUG_VERBOSE GNUNET_NO
33 33
34#define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(ectx, 0); goto FAILURE; } 34#define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(ectx, 0); goto FAILURE; }
35 35
diff --git a/src/fs/test_gnunet_fs_ns_data.conf b/src/fs/test_gnunet_fs_ns_data.conf
index 2086cd0fd..65bac0a15 100644
--- a/src/fs/test_gnunet_fs_ns_data.conf
+++ b/src/fs/test_gnunet_fs_ns_data.conf
@@ -36,7 +36,7 @@ HOSTNAME = localhost
36[fs] 36[fs]
37PORT = 47471 37PORT = 47471
38HOSTNAME = localhost 38HOSTNAME = localhost
39DEBUG = YES 39#DEBUG = YES
40#PREFIX = valgrind --tool=memcheck --leak-check=yes 40#PREFIX = valgrind --tool=memcheck --leak-check=yes
41#BINARY = /home/grothoff/bin/gnunet-service-fs 41#BINARY = /home/grothoff/bin/gnunet-service-fs
42 42
diff --git a/src/fs/test_gnunet_fs_psd_data.conf b/src/fs/test_gnunet_fs_psd_data.conf
index 1620c910a..4ef8bf03f 100644
--- a/src/fs/test_gnunet_fs_psd_data.conf
+++ b/src/fs/test_gnunet_fs_psd_data.conf
@@ -19,7 +19,7 @@ HOSTNAME = localhost
19DEFAULTSERVICES = 19DEFAULTSERVICES =
20 20
21[datastore] 21[datastore]
22# DEBUG = YES 22#DEBUG = YES
23 23
24[statistics] 24[statistics]
25PORT = 45467 25PORT = 45467
@@ -37,6 +37,8 @@ HOSTNAME = localhost
37PORT = 45471 37PORT = 45471
38HOSTNAME = localhost 38HOSTNAME = localhost
39#DEBUG = YES 39#DEBUG = YES
40CONTENT_CACHING = NO
41CONTENT_PUSHING = NO
40#PREFIX = valgrind --tool=memcheck --leak-check=yes 42#PREFIX = valgrind --tool=memcheck --leak-check=yes
41#BINARY = /home/grothoff/bin/gnunet-service-fs 43#BINARY = /home/grothoff/bin/gnunet-service-fs
42 44