QA: Allow test_runner to pass without full RPC coverage

This commit is contained in:
Luke Dashjr 2024-03-08 05:47:44 +00:00
parent 03fea09e1f
commit b83763a4d9

View File

@ -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