diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-10-20 11:09:18 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-10-20 11:09:18 +0000 |
commit | e9109a56cc4fa52c90add08a170f2b323f7341b1 (patch) | |
tree | 986bf966f084a3236584d9c76dfda4fa7d50bc3b /src/mesh/test_mesh_small.conf | |
parent | 083899dd7b5b66c20b531954863da7a4949ed43b (diff) |
Do not execute test under valgrind as default
git-svn-id: https://gnunet.org/svn/gnunet@17623 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r-- | src/mesh/test_mesh_small.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index 304d5ca104..d3cd984292 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -54,7 +54,7 @@ PORT = 10005 DEBUG=YES ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -PREFIX = valgrind --leak-check=full +# PREFIX = valgrind --leak-check=full # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args [testing] |