mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-18 21:35:13 +01:00
fuzz: Exit and log stderr for parse_test_list errors
This commit is contained in:
parent
651fb034d8
commit
9d09c873a5
@ -372,8 +372,8 @@ def parse_test_list(*, fuzz_bin):
|
||||
'PRINT_ALL_FUZZ_TARGETS_AND_ABORT': ''
|
||||
},
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.DEVNULL,
|
||||
text=True,
|
||||
check=True,
|
||||
).stdout.splitlines()
|
||||
return test_list_all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user