diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-18 15:31:49 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-07-18 15:31:49 +0000 |
commit | fa572610727a6c0867b9b42b8c4b4ad6880dc9bc (patch) | |
tree | a4971db3f074c9d7386fb54532331436f6871151 /src/mesh/test_mesh_small.conf | |
parent | 0b9b80b5e535bffac3a3cd85c85733df17524bab (diff) |
- don't run valgrind
git-svn-id: https://gnunet.org/svn/gnunet@22758 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r-- | src/mesh/test_mesh_small.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index 2eda2268d0..1792644585 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -59,8 +59,7 @@ PORT = 10005 DEBUG = YES ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost -PREFIX = valgrind --leak-check=full -# --suppressions=valgrind-mesh.supp +# PREFIX = valgrind --leak-check=full --suppressions=valgrind-mesh.supp # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args [testing] |