Skip to content

Commit

Permalink
test: cleanup logError
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jan 23, 2023
1 parent 53ad9c0 commit 73565cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions executor/linux/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1550,10 +1550,10 @@ func TestLinux_StreamBuild(t *testing.T) {
tests := []struct {
name string
failure bool
runtime string
earlyExecExit bool
earlyBuildDone bool
logError bool
runtime string
pipeline string
msgCount int
messageKey string
Expand Down Expand Up @@ -1710,7 +1710,7 @@ func TestLinux_StreamBuild(t *testing.T) {
name: "docker-early exit from ExecBuild",
failure: false,
earlyExecExit: true,
logError: false,
logError: false,
runtime: constants.DriverDocker,
pipeline: "testdata/build/steps/basic.yml",
messageKey: "step",
Expand All @@ -1734,7 +1734,7 @@ func TestLinux_StreamBuild(t *testing.T) {
name: "docker-build complete before ExecBuild called",
failure: false,
earlyBuildDone: true,
logError: false,
logError: false,
runtime: constants.DriverDocker,
pipeline: "testdata/build/steps/basic.yml",
messageKey: "step",
Expand Down

0 comments on commit 73565cf

Please sign in to comment.