mirror of https://github.com/golang/go.git
Set outputWriter in runFuzzing
This commit is contained in:
parent
dc6b7d8c02
commit
e6e202793c
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue