Skip to content

Commit 86c55ec

Browse files
committed
reset log when stderr reset
1 parent f06cd5c commit 86c55ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmain/xmaintest.go

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ func (ts *TestState) Start(tb testing.TB, ctx context.Context) {
121121
io.Copy(ts.Stderr, pr)
122122
}()
123123
}
124+
ts.ms.Log = cmdlog.New(ts.ms.Env, ts.ms.Stderr)
124125

125126
go func() {
126127
var err error

0 commit comments

Comments
 (0)