stuff
authorChristian Grothoff <christian@grothoff.org>
Thu, 28 Apr 2011 19:58:57 +0000 (19:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 28 Apr 2011 19:58:57 +0000 (19:58 +0000)
src/fs/Makefile.am
src/fs/fs_test_lib_data.conf
src/hostlist/test_gnunet_daemon_hostlist_learning.c

index 984826b5f38dbbe9ad43ca88b991104f2c884202..bb31e83ed74061f7bd90be3124e394160db454a4 100644 (file)
@@ -168,9 +168,10 @@ if HAVE_PYTHON_PEXPECT
 check_SCRIPTS = \
  test_gnunet_fs_psd.py \
  test_gnunet_fs_rec.py \
- test_gnunet_fs_ns.py \
  test_gnunet_fs_idx.py
 endif
+# test_gnunet_fs_ns.py 
+
 
 if !DISABLE_TEST_RUN
 TESTS = \
index 7a65768750bd10323ff704720836f834f05be221..71c732a314d2350751f40e1e67f032760e2058aa 100644 (file)
@@ -20,7 +20,7 @@ HOSTNAME = localhost
 DEFAULTSERVICES = fs
 
 [datastore]
-DEBUG = YES
+#DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 QUOTA = 2000000000
 
@@ -53,9 +53,9 @@ HOSTNAME = localhost
 #OPTIONS = -L DEBUG
 CONTENT_CACHING = NO
 CONTENT_PUSHING = NO
-DEBUG = YES
-PREFIX = valgrind --tool=memcheck --leak-check=yes --trace-children=yes
-#BINARY = /home/grothoff/gn9/bin/gnunet-service-fs
+#DEBUG = YES
+PREFIX = valgrind --tool=memcheck --leak-check=yes --trace-children=yes
+BINARY = /home/grothoff/bin/gnunet-service-fs
 #PREFIX = xterm -e gdb -x cmd --args 
 
 [testing]
index 96dd038390acfba515a0e81502ae01af7bf529b8..9fc4292238590e7689a507c59cd06b1799b2a946 100644 (file)
@@ -30,7 +30,7 @@
 #include "gnunet_resolver_service.h"
 #include "gnunet_statistics_service.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 #define START_ARM GNUNET_YES