integration/build: Use new buildkit progressui
Introduced in: 37131781d7
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
parent
31545c3b67
commit
dd6992617e
1 changed files with 4 additions and 1 deletions
|
@ -56,8 +56,11 @@ func TestBuildkitHistoryTracePropagation(t *testing.T) {
|
|||
<-sub.Context().Done()
|
||||
}()
|
||||
|
||||
d, err := progressui.NewDisplay(&testWriter{t}, progressui.AutoMode, progressui.WithPhase("test"))
|
||||
assert.NilError(t, err)
|
||||
|
||||
eg.Go(func() error {
|
||||
_, err := progressui.DisplaySolveStatus(ctxGo, nil, &testWriter{t}, ch, progressui.WithPhase("test"))
|
||||
_, err := d.UpdateFrom(ctxGo, ch)
|
||||
return err
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue