mirror of https://github.com/k3s-io/k3s
Fix list-features script
Find features in nested test directories and run on OS X as well as linuxpull/6/head
parent
877ee91930
commit
e4b4001474
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue