mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	controller: don't write metadata file in controller
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
		@@ -235,15 +235,6 @@ func TestResolvePaths(t *testing.T) {
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			name: "metadatafile",
 | 
			
		||||
			options: controllerapi.BuildOptions{
 | 
			
		||||
				MetadataFile: "test1",
 | 
			
		||||
			},
 | 
			
		||||
			want: controllerapi.BuildOptions{
 | 
			
		||||
				MetadataFile: filepath.Join(tmpwd, "test1"),
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
	for _, tt := range tests {
 | 
			
		||||
		t.Run(tt.name, func(t *testing.T) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user