mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-30 07:47:36 +01:00
fuzz: Exit and log stderr for parse_test_list errors
This commit is contained in:
@@ -372,8 +372,8 @@ def parse_test_list(*, fuzz_bin):
|
|||||||
'PRINT_ALL_FUZZ_TARGETS_AND_ABORT': ''
|
'PRINT_ALL_FUZZ_TARGETS_AND_ABORT': ''
|
||||||
},
|
},
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.DEVNULL,
|
|
||||||
text=True,
|
text=True,
|
||||||
|
check=True,
|
||||||
).stdout.splitlines()
|
).stdout.splitlines()
|
||||||
return test_list_all
|
return test_list_all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user