diff options
| author | practicalswift <[email protected]> | 2020-02-19 13:36:03 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-02-19 13:36:03 +0000 |
| commit | 555236f769c13518db70f5df36e5688d63486bd5 (patch) | |
| tree | a4cf299624238b76724562218905082c4a117606 | |
| parent | ci: Run fuzz testing test cases under valgrind (diff) | |
| download | discoin-555236f769c13518db70f5df36e5688d63486bd5.tar.xz discoin-555236f769c13518db70f5df36e5688d63486bd5.zip | |
tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
| -rwxr-xr-x | test/fuzz/test_runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index b638e6bac..5174e21e2 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -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: |