You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `NeverSudoSystemCommand` and pass it through to
`Quarantine.copy_xattrs` so `brew tests` doesn't try to `sudo`.
FixesHomebrew#15958
Co-authored-by: Bo Anderson <[email protected]>
Co-authored-by: Kevin <[email protected]>
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
Run
brew tests
to get feedback before opening a PR.What happened (include all command output)?
It looks like this test timed out because it was waiting for sudo access (the
Password:
line above).What did you expect to happen?
I expected the tests to pass on the master branch and I didn't expect them to need root.
Step-by-step reproduction instructions (by running
brew
commands)1. `brew tests --only=cask/artifact/app`
The text was updated successfully, but these errors were encountered: