Fix list-features script

Find features in nested test directories and run on OS X as well as linux
pull/6/head
Jordan Liggitt 2017-08-27 22:20:04 -04:00
parent 877ee91930
commit e4b4001474
No known key found for this signature in database
GPG Key ID: 39928704103C7229
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
grep "\[Feature:\w+\]" "${KUBE_ROOT}"/test/e2e/*.go -Poh | LC_ALL=C sort -u
grep "\[Feature:\w+\]" "${KUBE_ROOT}"/test/e2e/**/*.go -Eoh | LC_ALL=C sort -u