diff options
author | Bart Polot <bart@net.in.tum.de> | 2012-11-14 22:00:09 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2012-11-14 22:00:09 +0000 |
commit | c4f86db382be46c1740a69ce9f0493b4ed1c271d (patch) | |
tree | e0f8b2a9de9e1b2318d7d8a5d4521ce42e2ce657 | |
parent | b9e2512dd31fca0e85e82e5d5e355e027872b47b (diff) |
- running valgrind by default makes buildbots unhappy
-rw-r--r-- | src/mesh/test_mesh_2dtorus.conf | 2 |
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] |