Skip to content

Commit

Permalink
meta-aws-tests.sh: fix disable of aws-cli-v2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Feb 27, 2024
1 parent 1ffaeeb commit 404c943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-aws-tests/meta-aws-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ for RELEASE in $RELEASES ; do
setup_config

# those tests are known to not work with others etc.
THINGS_TO_EXCLUDE="-name aws-cli-v2"
THINGS_TO_EXCLUDE="-name aws-cli-v2*"

# find all recipes in meta-aws or use package
ALL_RECIPES=${PACKAGE-`find ../meta-aws -name *.bb -type f ! \( ${THINGS_TO_EXCLUDE} \) | sed 's!.*/!!' | sed 's!.bb!!' | sed 's!_.*!!' | sort | uniq | sed -z 's/\n/ /g'`}
Expand Down

0 comments on commit 404c943

Please sign in to comment.