diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-02-28 13:36:13 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-02-28 13:36:13 +0100 |
commit | c9e806d1862c68a7ae765127982622311304a928 (patch) | |
tree | 1b09783f24f2e6c02d15a6c1644157d647a7c174 /src/consensus/test_consensus.conf | |
parent | c5b8b75adb5428bee0fdd52d89fe9e829f33a752 (diff) |
don't run set with valgrind per default
Diffstat (limited to 'src/consensus/test_consensus.conf')
-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 c75205739..d1b33c4fd 100644 --- a/src/consensus/test_consensus.conf +++ b/src/consensus/test_consensus.conf @@ -41,7 +41,7 @@ OPTIONS = -LERROR [set] #OPTIONS = -L INFO #PREFIX = valgrind --leak-check=full -PREFIX = valgrind +#PREFIX = valgrind [testbed] OVERLAY_TOPOLOGY = CLIQUE |