Skip to content

Commit

Permalink
fixup! New script to run upgrade tests in nested hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 18, 2024
1 parent 839fcf6 commit 0c4addd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ done
upgrade_should_work() {
case "$1" in
83b2)
echo >&2 "SKIP: no upgrade: '$1' needs `yum update` for `setup`"
echo >&2 "SKIP: no upgrade: '$1' needs 'yum update' for 'setup'"
return 1 ;;
*) return 0 ;;
esac
Expand Down

0 comments on commit 0c4addd

Please sign in to comment.