osbuild-worker-executor: adapt worker-executor to osbuild-composer
This commit is contained in:
parent
591ff8c46c
commit
f18293c2f1
3 changed files with 2 additions and 2 deletions
|
|
@ -282,7 +282,6 @@ echo "fake-build-result" > %[1]s/build/output/image/disk.img
|
|||
|
||||
assert.Equal(t, http.StatusCreated, rsp.StatusCode)
|
||||
reader := bufio.NewReader(rsp.Body)
|
||||
|
||||
var lineno, seconds, nano int64
|
||||
for i := 1; i <= 3; i++ {
|
||||
line, err := reader.ReadString('\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue