From b83763a4d9041e259f73dbde9b967a247b41d056 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 8 Mar 2024 05:47:44 +0000 Subject: [PATCH] QA: Allow test_runner to pass without full RPC coverage --- test/functional/test_runner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index fbf48a0e4d..2cbe7f2c73 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -642,7 +642,6 @@ def run_tests(*, test_list, src_dir, build_dir, tmpdir, jobs=1, enable_coverage= if not os.listdir(tmpdir): os.rmdir(tmpdir) - all_passed = all_passed and coverage_passed # Clean up dangling processes if any. This may only happen with --failfast option. # Killing the process group will also terminate the current process but that is