Verify in hack/test-cmd

This commit is contained in:
Clayton Coleman
2015-05-22 22:00:19 -04:00
parent ce3a6a666d
commit 984692d205
6 changed files with 71 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ readonly red=$(tput setaf 1)
readonly green=$(tput setaf 2)
kube::test::clear_all() {
kubectl delete "${kube_flags[@]}" rc,pods --all
kubectl delete "${kube_flags[@]}" rc,pods --all --grace-period=0
}
kube::test::get_object_assert() {