Skip to content

Commit 55b3812

Browse files
authored
Merge pull request #18 from terrastruct/set-stderr
keep cmdlog stderr in sync with test-set stderr
2 parents f06cd5c + 86c55ec commit 55b3812

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)