add apiserver to list of unit tested packages

This commit is contained in:
deads2k
2017-01-04 11:20:01 -05:00
parent e18f54f9d2
commit a672b501df
3 changed files with 12 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ kube::test::find_integration_test_dirs() {
(
cd ${KUBE_ROOT}
find test/integration/${1-} -name '*_test.go' -print0 \
| xargs -0n1 dirname \
| xargs -0n1 dirname | sed "s|^|${KUBE_GO_PACKAGE}/|" \
| LC_ALL=C sort -u
)
}