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

Add test tag support for resources #17231

Open
MikeMcQuaid opened this issue May 6, 2024 · 1 comment
Open

Add test tag support for resources #17231

MikeMcQuaid opened this issue May 6, 2024 · 1 comment
Labels
help wanted We want help addressing this

Comments

@MikeMcQuaid
Copy link
Member

resource "homebrew-test-audio" => :test do

From #17203

We should add support to resources so that they can have test tags which mean:

  • they will not be fetched/installed by default
  • they will be fetched/installed before fetch
  • they will be fetched/installed with brew install --include-test
  • brew fetch --include-test should be added which will also fetch these resources
@MikeMcQuaid MikeMcQuaid added the help wanted We want help addressing this label May 6, 2024
@MikeMcQuaid
Copy link
Member Author

Note this should also address the FIXME added in #17223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We want help addressing this
Projects
None yet
Development

No branches or pull requests

1 participant