aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-23 19:38:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-23 19:38:40 +0000
commit07f6af3914a9b438cb1526a628689bc0d8a6db27 (patch)
tree5f52ec86da919eae6b32db4797bd236a7fd03dc1
parenta39e9010af50091561d45bf04bfedd10fb4cc70a (diff)
do not try to run with valgrind everywhere
-rw-r--r--src/transport/template_cfg_peer1.conf2
-rw-r--r--src/transport/template_cfg_peer2.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index 8b6e04bd6e..233b9b3cf3 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -35,7 +35,7 @@ PORT = 12002
UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
[transport]
-PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --leak-check=full
PORT = 12001
#DEBUG = YES
UNIXPATH = /tmp/gnunet-p1-service-transport.sock
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 3706ffb257..71881bdb02 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -36,7 +36,7 @@ UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
TRUST = $SERVICEHOME/data/credit/
[transport]
-PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --leak-check=full
PORT = 12010
UNIXPATH = /tmp/gnunet-p2-service-transport.sock