diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-11-17 13:42:20 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-11-17 13:42:20 +0000 |
commit | b40ac08058eed43abd13dbd72cad96572a6cf214 (patch) | |
tree | 44dc800eb37617f3d6a556e83209c8dc1631ce2d /src/mesh/test_mesh_small.conf | |
parent | 1bca8a24ff399eed722cbeef3271c33315c5c6d6 (diff) |
Added valgrind suppressions needed for Arch Linux and valgrind 3.7.0 and glibc 2.14.1
git-svn-id: https://gnunet.org/svn/gnunet@18182 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 4c46084494..ee5649498b 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 --suppressions=valgrind-mesh.supp # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args [testing] |