mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-01 06:52:35 +02:00
QA: Allow test_runner to pass without full RPC coverage
This commit is contained in:
parent
03fea09e1f
commit
b83763a4d9
@ -642,7 +642,6 @@ def run_tests(*, test_list, src_dir, build_dir, tmpdir, jobs=1, enable_coverage=
|
|||||||
if not os.listdir(tmpdir):
|
if not os.listdir(tmpdir):
|
||||||
os.rmdir(tmpdir)
|
os.rmdir(tmpdir)
|
||||||
|
|
||||||
all_passed = all_passed and coverage_passed
|
|
||||||
|
|
||||||
# Clean up dangling processes if any. This may only happen with --failfast option.
|
# 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
|
# Killing the process group will also terminate the current process but that is
|
||||||
|
Loading…
Reference in New Issue
Block a user