Fix failing kubectl skew tests

This commit is contained in:
Fabiano Franz
2017-03-08 12:13:30 -03:00
parent 0d60fc4013
commit 335217dddd
2 changed files with 21 additions and 5 deletions

View File

@@ -68,4 +68,10 @@ if false; then
echo "Running:" "${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}" >&2
fi
if [[ "${1:-}" =~ ^(path)$ ]]; then
echo "${kubectl}"
exit 0
fi
"${kubectl}" "${config[@]:+${config[@]}}" "${@+$@}"