Fix regex in list-feature-tests.sh.

This commit is contained in:
Joe Finney 2016-03-07 16:49:39 -08:00
parent 0e861a88ec
commit 05ff3f00fd

View File

@ -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