Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace failing grep with builtin query #458

Merged
merged 2 commits into from
Nov 7, 2023
Merged

Conversation

cibinmathew
Copy link
Contributor

@cibinmathew cibinmathew commented Oct 21, 2023

Fixes: aws/aws-sam-cli#5940 Script was failing for MacOS's default grep command

Description of changes:

Replace grep with aws cli's builtin query as -P regex in grep is not supported by MacOS

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@cibinmathew cibinmathew requested a review from a team as a code owner October 21, 2023 16:00
@cibinmathew cibinmathew requested review from moelasmar and jysheng123 and removed request for a team October 21, 2023 16:00
@github-actions github-actions bot added pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Oct 21, 2023
Fixes: aws/aws-sam-cli#5940
Script was failing for MacOS's default grep command
Copy link
Contributor

@hnnasit hnnasit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cibinmathew, thanks for your contribution. The changes in general look good to me but seems like some python3.10 tests unrelated to the changes are failing. We will look into fixing those.

@moelasmar moelasmar added this pull request to the merge queue Nov 7, 2023
Merged via the queue into aws:master with commit 3d44a06 Nov 7, 2023
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deploy_frontend.sh grep command fails on mac
3 participants