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

make test fails on OSX #41

Open
ghost opened this issue Jun 21, 2015 · 2 comments
Open

make test fails on OSX #41

ghost opened this issue Jun 21, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 21, 2015

On OSX 10.10, make test fails:

$ make test
ruby tools/test.rb
This will take a few minutes...
sh: fakechroot: command not found
URANDOM Exit Status FAILED!

Related to #22.

@ghost
Copy link
Author

ghost commented Jun 21, 2015

All other tests pass, it's just the two that require fakechroot that break it.

@ghost
Copy link
Author

ghost commented Jun 21, 2015

@defuse How do you feel about adding a check to see if "fakechroot: command not found" is found in the output, and if so, skip those two tests? That would make fakechroot optional (though could be recommended), which would solve this issue.

This will also be an issue for #20, but that's a discussion for another ticket.

@ghost ghost mentioned this issue Jun 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants