Skip to content

Commit

Permalink
formulae: scope brew audit
Browse files Browse the repository at this point in the history
seeing audit failure in https://github.com/Homebrew/homebrew-core/actions/runs/8320806246/job/22766174322?pr=165919

```
Full audit yo --online --new output
  Error: No such file or directory @ rb_check_realpath_internal - /opt/homebrew/Library/Taps/homebrew/homebrew-cask/Casks/yo.rb
```

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Mar 18, 2024
1 parent 9f06906 commit 5434c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/formulae.rb
Expand Up @@ -509,7 +509,7 @@ def formula!(formula_name, args:)
livecheck(formula) if !args.skip_livecheck? && !skip_online_checks

test "brew", "style", "--formula", formula_name
test "brew", "audit", *audit_args unless formula.deprecated?
test "brew", "audit", "--formula", *audit_args unless formula.deprecated?
unless install_step_passed
if ignore_failures
skipped formula_name, "install failed"
Expand Down

0 comments on commit 5434c0b

Please sign in to comment.