diff --git a/executor/linux/build_test.go b/executor/linux/build_test.go index c6f36fcd..9b622448 100644 --- a/executor/linux/build_test.go +++ b/executor/linux/build_test.go @@ -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 @@ -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", @@ -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",