Skip to content

Commit 9d09c87

Browse files
committed
fuzz: Exit and log stderr for parse_test_list errors
1 parent 651fb03 commit 9d09c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ def parse_test_list(*, fuzz_bin):
372372
'PRINT_ALL_FUZZ_TARGETS_AND_ABORT': ''
373373
},
374374
stdout=subprocess.PIPE,
375-
stderr=subprocess.DEVNULL,
376375
text=True,
376+
check=True,
377377
).stdout.splitlines()
378378
return test_list_all
379379

0 commit comments

Comments
 (0)