File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments