This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Dockerfile.test.yml
4 lines
55 B
Docker
Raw
Normal View
History
Unescape
Escape
Add Dockerfile
2018-10-23 21:37:15 -07:00
sut:
build: .
tests: Disable tests that require being non-root Set the environment variable USER=root which is required by brew tests --only=utils/user Fix these tests: rspec ./test/diagnostic_checks_spec.rb:26 # Homebrew::Diagnostic::Checks #check_access_directories rspec ./test/pathname_spec.rb:120 # Pathname#ensure_writable makes a file writable and restores permissions rspec ./test/utils/user_spec.rb:22 # User#gui? when the current user is in a console session gui? should equal true rspec ./test/utils/user_spec.rb:6 # User should eq nil
2019-02-16 12:16:02 -08:00
command: env
USER
=
root brew test-bot
Reference in New Issue
Copy Permalink