Do not execute test under valgrind as default
authorBart Polot <bart@net.in.tum.de>
Thu, 20 Oct 2011 11:09:18 +0000 (11:09 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 20 Oct 2011 11:09:18 +0000 (11:09 +0000)
src/mesh/test_mesh_small.conf

index 304d5ca104c27e404218ac3ed4b3ff4b80af1656..d3cd9842925285306d94424d27a5dc50d91ea9ee 100644 (file)
@@ -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]