go.mod: update to get the latest progress fixes from bib
This commit updates the `progress` package to get the latest fixes, most notably https://github.com/osbuild/bootc-image-builder/pull/820
This commit is contained in:
parent
036de52a39
commit
0a3c642772
3 changed files with 7 additions and 1 deletions
|
|
@ -439,6 +439,8 @@ var failingOsbuild = `
|
|||
cat - > "$0".stdin
|
||||
echo "error on stdout"
|
||||
>&2 echo "error on stderr"
|
||||
|
||||
>&3 echo '{"message": "osbuild-stage-output"}'
|
||||
exit 1
|
||||
`
|
||||
|
||||
|
|
@ -501,6 +503,8 @@ func TestBuildIntegrationErrorsProgressTerm(t *testing.T) {
|
|||
err = main.Run()
|
||||
})
|
||||
assert.EqualError(t, err, `error running osbuild: exit status 1
|
||||
BuildLog:
|
||||
osbuild-stage-output
|
||||
Output:
|
||||
error on stdout
|
||||
error on stderr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue