diff --git a/hack/list-feature-tests.sh b/hack/list-feature-tests.sh index 42eeda77adf..cf2b6f04d68 100755 --- a/hack/list-feature-tests.sh +++ b/hack/list-feature-tests.sh @@ -20,4 +20,4 @@ set -o nounset set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. -grep "\[Feature:(.+?)\]" "${KUBE_ROOT}"/test/e2e/*.go -Poh | sort | uniq +grep "\[Feature:\w+\]" "${KUBE_ROOT}"/test/e2e/*.go -Poh | sort | uniq