Set outputWriter in runFuzzing

This commit is contained in:
suntala 2025-05-13 22:21:15 +02:00
parent dc6b7d8c02
commit e6e202793c
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ func runFuzzing(deps testDeps, fuzzTests []InternalFuzzTarget) (ok bool) {
tstate: tstate,
}
f.w = indenter{&f.common}
f.setOutputWriter()
if f.chatty != nil {
f.chatty.Updatef(f.name, "=== RUN %s\n", f.name)
}