aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-20 11:09:18 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-20 11:09:18 +0000
commit23b902a435b1dcb78c3c7c50c5c30cc65c70c4ae (patch)
tree986bf966f084a3236584d9c76dfda4fa7d50bc3b /src/mesh
parent8c2400bd59bd0c6cfd94349593a4f3d84eece92c (diff)
downloadgnunet-23b902a435b1dcb78c3c7c50c5c30cc65c70c4ae.tar.gz
gnunet-23b902a435b1dcb78c3c7c50c5c30cc65c70c4ae.zip
Do not execute test under valgrind as default
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/test_mesh_small.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index 304d5ca10..d3cd98429 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -54,7 +54,7 @@ PORT = 10005
54DEBUG=YES 54DEBUG=YES
55ACCEPT_FROM = 127.0.0.1; 55ACCEPT_FROM = 127.0.0.1;
56HOSTNAME = localhost 56HOSTNAME = localhost
57PREFIX = valgrind --leak-check=full 57# PREFIX = valgrind --leak-check=full
58# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 58# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
59 59
60[testing] 60[testing]