fuzz: Exit and log stderr for parse_test_list errors

This commit is contained in:
dergoegge 2024-01-24 10:50:53 +00:00
parent 651fb034d8
commit 9d09c873a5

View File

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