aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-27 11:59:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-27 11:59:23 +0000
commit0891b05a347a9cd688364c285e7b4445d6026a5f (patch)
treec0cc5617af9756b0a508562a9f8bdf6e97651e72 /src/fs
parent9e085645e4867b2ea807720623a16b586cea58f7 (diff)
downloadgnunet-0891b05a347a9cd688364c285e7b4445d6026a5f.tar.gz
gnunet-0891b05a347a9cd688364c285e7b4445d6026a5f.zip
verb
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/test_gnunet_service_fs_migration.c2
-rw-r--r--src/fs/test_gnunet_service_fs_migration_data.conf3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/fs/test_gnunet_service_fs_migration.c b/src/fs/test_gnunet_service_fs_migration.c
index 092cedfc2..cb4559baf 100644
--- a/src/fs/test_gnunet_service_fs_migration.c
+++ b/src/fs/test_gnunet_service_fs_migration.c
@@ -27,7 +27,7 @@
27#include "fs_test_lib.h" 27#include "fs_test_lib.h"
28#include "gnunet_testing_lib.h" 28#include "gnunet_testing_lib.h"
29 29
30#define VERBOSE GNUNET_NO 30#define VERBOSE GNUNET_YES
31 31
32/** 32/**
33 * File-size we use for testing. 33 * File-size we use for testing.
diff --git a/src/fs/test_gnunet_service_fs_migration_data.conf b/src/fs/test_gnunet_service_fs_migration_data.conf
index 13c25104e..3ab61d76c 100644
--- a/src/fs/test_gnunet_service_fs_migration_data.conf
+++ b/src/fs/test_gnunet_service_fs_migration_data.conf
@@ -49,7 +49,10 @@ TOTAL_QUOTA_OUT = 3932160
49PORT = 43471 49PORT = 43471
50HOSTNAME = localhost 50HOSTNAME = localhost
51#OPTIONS = -L DEBUG 51#OPTIONS = -L DEBUG
52# FIXME: this one is the old option... (remove at some point)
52ACTIVEMIGRATION = YES 53ACTIVEMIGRATION = YES
54CONTENT_CACHING = YES
55CONTENT_PUSHING = YES
53#DEBUG = YES 56#DEBUG = YES
54#PREFIX = valgrind --tool=memcheck --leak-check=yes 57#PREFIX = valgrind --tool=memcheck --leak-check=yes
55#PREFIX = xterm -e gdb -x cmd --args 58#PREFIX = xterm -e gdb -x cmd --args