mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Remove unnecessary wrapper flags
Drop KUBE_GOFLAGS, KUBE_GOGCFLAGS, KUBE_GOLDFLAGS references from the build infrastructure. There are some usages still for KUBE_GOFLAGS, so we should print a deprecation message until all those are fixed. If both KUBE_GOFLAGS and GOFLAGS are just then we just bail out.
This commit is contained in:
@@ -28,6 +28,6 @@ echo "The following invocation will run all integration tests: "
|
||||
echo ' make test-integration'
|
||||
echo
|
||||
echo "The following invocation will run a specific test with the verbose flag set: "
|
||||
echo ' make test-integration WHAT=./test/integration/pods KUBE_GOFLAGS="-v" KUBE_TEST_ARGS="-run ^TestPodUpdateActiveDeadlineSeconds$"'
|
||||
echo ' make test-integration WHAT=./test/integration/pods GOFLAGS="-v" KUBE_TEST_ARGS="-run ^TestPodUpdateActiveDeadlineSeconds$"'
|
||||
echo
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user