mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	add legacy cloud providers unit tests to [make test]
This commit is contained in:
		@@ -98,6 +98,10 @@ kube::test::find_dirs() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    find ./staging/src/k8s.io/cli-runtime -name '*_test.go' \
 | 
					    find ./staging/src/k8s.io/cli-runtime -name '*_test.go' \
 | 
				
			||||||
      -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
 | 
					      -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # add legacy cloud providers tests 
 | 
				
			||||||
 | 
					    find ./staging/src/k8s.io/legacy-cloud-providers -name '*_test.go' \
 | 
				
			||||||
 | 
					      -name '*_test.go' -print0 | xargs -0n1 dirname | sed 's|^\./staging/src/|./vendor/|' | LC_ALL=C sort -u
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user