aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-26 15:23:42 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-26 15:23:58 +0200
commit180503244707b5425b3e64147714a9490b4ba577 (patch)
tree97e4cecb2205039141b0bc410c69834996d3c5a9
parent6f287f5c0831e1e50a3de4e1ca303f21a3cb12ab (diff)
downloadgnunet-180503244707b5425b3e64147714a9490b4ba577.tar.gz
gnunet-180503244707b5425b3e64147714a9490b4ba577.zip
disable valgrind
-rw-r--r--src/namestore/test_namestore_api_sqlite.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_sqlite.conf b/src/namestore/test_namestore_api_sqlite.conf
index 8c0e557e7..cd4822097 100644
--- a/src/namestore/test_namestore_api_sqlite.conf
+++ b/src/namestore/test_namestore_api_sqlite.conf
@@ -2,7 +2,7 @@
2 2
3[namestore] 3[namestore]
4DATABASE = sqlite 4DATABASE = sqlite
5PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/v_log 5# PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/v_log
6 6
7[namestore-sqlite] 7[namestore-sqlite]
8FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db 8FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db