Skip to content

Commit 73565cf

Browse files
committed
test: cleanup logError
1 parent 53ad9c0 commit 73565cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

executor/linux/build_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,10 +1550,10 @@ func TestLinux_StreamBuild(t *testing.T) {
15501550
tests := []struct {
15511551
name string
15521552
failure bool
1553-
runtime string
15541553
earlyExecExit bool
15551554
earlyBuildDone bool
15561555
logError bool
1556+
runtime string
15571557
pipeline string
15581558
msgCount int
15591559
messageKey string
@@ -1710,7 +1710,7 @@ func TestLinux_StreamBuild(t *testing.T) {
17101710
name: "docker-early exit from ExecBuild",
17111711
failure: false,
17121712
earlyExecExit: true,
1713-
logError: false,
1713+
logError: false,
17141714
runtime: constants.DriverDocker,
17151715
pipeline: "testdata/build/steps/basic.yml",
17161716
messageKey: "step",
@@ -1734,7 +1734,7 @@ func TestLinux_StreamBuild(t *testing.T) {
17341734
name: "docker-build complete before ExecBuild called",
17351735
failure: false,
17361736
earlyBuildDone: true,
1737-
logError: false,
1737+
logError: false,
17381738
runtime: constants.DriverDocker,
17391739
pipeline: "testdata/build/steps/basic.yml",
17401740
messageKey: "step",

0 commit comments

Comments
 (0)