diff options
author | David Barksdale <amatus@amat.us> | 2017-06-08 15:22:58 -0500 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2017-06-08 15:22:58 -0500 |
commit | b7a480eea63cd27d99076c048de9d13e02de7ef7 (patch) | |
tree | 472dd6e24fc77926aa2df7b848b6828dffd546b4 /src/consensus | |
parent | b59076f2efdf51a6a7265e9cae07de0daa626fca (diff) |
Don't valgrind
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/test_consensus.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf index 881251a66..f78b77d09 100644 --- a/src/consensus/test_consensus.conf +++ b/src/consensus/test_consensus.conf @@ -5,7 +5,7 @@ GNUNET_TEST_HOME = /tmp/test-consensus/ #OPTIONS = -L INFO BINARY = gnunet-service-evil-consensus -PREFIX = valgrind +#PREFIX = valgrind #EVIL_SPEC = 0;cram-all;noreplace;5 #EVIL_SPEC = 0;cram;5/1;cram;5 |