From 2b8fcd816c8525a5fd9bf3755cb351e234db32e8 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Sat, 15 Aug 2020 20:59:22 -0400 Subject: [PATCH] Clear KOPS_FEATURE_FLAGS in update-expected.sh This ensures update-expected still works even when KOPS_FEATURE_FLAGS is set. --- hack/update-expected.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-expected.sh b/hack/update-expected.sh index 9efe0711d0..c320c72acb 100755 --- a/hack/update-expected.sh +++ b/hack/update-expected.sh @@ -30,6 +30,7 @@ export KOPS_BASE_URL= export DNSCONTROLLER_IMAGE= export KOPSCONTROLLER_IMAGE= export KUBE_APISERVER_HEALTHCHECK_IMAGE= +export KOPS_FEATURE_FLAGS= # Run the tests in "autofix mode" HACK_UPDATE_EXPECTED_IN_PLACE=1 go test ./... -count=1