mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
This commit is contained in:
parent
a3b539a924
commit
555236f769
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ def run_once(*, corpus, test_list, build_dir, export_coverage, use_valgrind):
|
|||
args = [
|
||||
os.path.join(build_dir, 'src', 'test', 'fuzz', t),
|
||||
'-runs=1',
|
||||
'-detect_leaks=0',
|
||||
corpus_path,
|
||||
]
|
||||
if use_valgrind:
|
||||
|
|
Loading…
Add table
Reference in a new issue