@@ -21,7 +21,7 @@ import (
2121)
2222
2323func TestBuild (t * testing.T ) {
24- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
24+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
2525 cmd := info .configuredCmd
2626 tmp := fs .NewDir (t , "TestBuild" )
2727
@@ -59,7 +59,7 @@ func TestBuild(t *testing.T) {
5959}
6060
6161func TestBuildMultiTag (t * testing.T ) {
62- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
62+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
6363 cmd := info .configuredCmd
6464 tmp := fs .NewDir (t , "TestBuild" )
6565 testDir := path .Join ("testdata" , "build" )
@@ -96,7 +96,7 @@ func TestBuildMultiTag(t *testing.T) {
9696}
9797
9898func TestQuietBuild (t * testing.T ) {
99- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
99+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
100100 cmd := info .configuredCmd
101101 tmp := fs .NewDir (t , "TestBuild" )
102102
@@ -117,7 +117,7 @@ func TestQuietBuild(t *testing.T) {
117117}
118118
119119func TestBuildWithoutTag (t * testing.T ) {
120- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
120+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
121121 cmd := info .configuredCmd
122122
123123 testDir := path .Join ("testdata" , "build" )
@@ -148,7 +148,7 @@ func TestBuildWithoutTag(t *testing.T) {
148148}
149149
150150func TestBuildWithArgs (t * testing.T ) {
151- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
151+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
152152 cmd := info .configuredCmd
153153
154154 testDir := path .Join ("testdata" , "build" )
@@ -179,7 +179,7 @@ func TestBuildWithArgs(t *testing.T) {
179179}
180180
181181func TestBuildWithArgsDefinedTwice (t * testing.T ) {
182- runWithDindSwarmAndRegistry (t , func (info dindSwarmAndRegistryInfo ) {
182+ runWithDindSwarmAndRegistry (t , func (info OrchestratorAndRegistryInfo ) {
183183 cmd := info .configuredCmd
184184
185185 testDir := path .Join ("testdata" , "build" )
0 commit comments