aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-11-14 22:00:09 +0000
committerBart Polot <bart@net.in.tum.de>2012-11-14 22:00:09 +0000
commitc4f86db382be46c1740a69ce9f0493b4ed1c271d (patch)
treee0f8b2a9de9e1b2318d7d8a5d4521ce42e2ce657
parentb9e2512dd31fca0e85e82e5d5e355e027872b47b (diff)
- running valgrind by default makes buildbots unhappy
-rw-r--r--src/mesh/test_mesh_2dtorus.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf
index 0d441416fe..771a5f5df9 100644
--- a/src/mesh/test_mesh_2dtorus.conf
+++ b/src/mesh/test_mesh_2dtorus.conf
@@ -55,8 +55,8 @@ PORT = 10004
PORT = 10005
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
-PREFIX = valgrind --leak-check=full
DHT_REPLICATION_LEVEL = 10
+# PREFIX = valgrind --leak-check=full
# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
[vpn]