From dc2690120fede8195a6da20523759d7fc20c9fe9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 Apr 2011 19:58:57 +0000 Subject: [PATCH] stuff --- src/fs/Makefile.am | 3 ++- src/fs/fs_test_lib_data.conf | 8 ++++---- src/hostlist/test_gnunet_daemon_hostlist_learning.c | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 984826b5f..bb31e83ed 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -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 = \ diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf index 7a6576875..71c732a31 100644 --- a/src/fs/fs_test_lib_data.conf +++ b/src/fs/fs_test_lib_data.conf @@ -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] diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c index 96dd03839..9fc429223 100644 --- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c +++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c @@ -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 -- 2.25.1