| Age | Commit message (Collapse) | Author |
|
|
|
Add a new `Sandbox.formula?` method to see if a given formula should be
sandboxed. Use the formula to check its tap against a list of
pre-approved taps where we know every formula builds under the sandbox
(currently just homebrew/core).
|
|
Simplify checking if we’re going to sandbox a test with `Sandbox.test?`.
|
|
Test that sandbox does not complain about bogus .pyc errors and does
complain about other failures.
Closes #684.
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#38361.
Signed-off-by: Xu Cheng <xucheng@me.com>
|