Skip to content

Commit

Permalink
valid input file for deprecations test
Browse files Browse the repository at this point in the history
  • Loading branch information
knelasevero committed Sep 7, 2020
1 parent dea0f7a commit ab67f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readonly DIR="$(cd -P "$(dirname "${SOURCE}")" && pwd)"
# Move to this directory's parent
cd "${DIR}/.."

if ! RES=$(kubectl deprecations 2>&1)
if ! RES=$(kubectl deprecations --input-file Pod/simple.yaml 2>&1)
then
echo '`kubectl deprecations` did not run ok. You may need to install the krew 'deprecations' package. See https://krew.sigs.k8s.io/'
echo 'OUTPUT:'
Expand Down

0 comments on commit ab67f07

Please sign in to comment.