Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add back accidental deletion of error checking
  • Loading branch information
ecrupper committed Jan 6, 2022
commit be97338f8823aca5d27980315f0de0a9b6a72394
4 changes: 4 additions & 0 deletions executor/linux/step_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ func TestLinux_StreamStep(t *testing.T) {

_runtime, err := docker.NewMock()

if err != nil {
t.Errorf("unable to create runtime engine: %v", err)
}

// setup tests
tests := []struct {
failure bool
Expand Down