Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Make sure python_test runs outside of the Buck project. #227

Closed
wants to merge 3 commits into from

Conversation

shs96c
Copy link
Contributor

@shs96c shs96c commented Dec 17, 2014

The python_test rules depended on a system property ("buck.home") that
was never set. As such, any time a python_test ran outside of the main
buck tree, it would fall back to user.dir. Obviously, this never would
not exist in a majority of projects, causing python_test to fail.

Tested manually on the gerrit repo after a version bump.

The `python_test` rules depended on a system property ("buck.home") that
was never set. As such, any time a `python_test` ran outside of the main
buck tree, it would fall back to `user.dir`. Obviously, this never would
not exist in a majority of projects, causing `python_test` to fail.

Tested manually on the gerrit repo after a version bump.
The `python_test` rules depended on a system property ("buck.home") that
was never set. As such, any time a `python_test` ran outside of the main
buck tree, it would fall back to `user.dir`. Obviously, this never would
not exist in a majority of projects, causing `python_test` to fail.

Tested manually on the gerrit repo after a version bump.
@shs96c
Copy link
Contributor Author

shs96c commented Dec 17, 2014

Merged manually.

@shs96c shs96c closed this Dec 17, 2014
@facebook-github-bot
Copy link
Contributor

@shs96c updated the pull request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants