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

Use .build instead of build so that go test works properly. #108

Merged
merged 1 commit into from
Apr 14, 2015

Conversation

kellegous
Copy link
Member

This solves a very practical problem with running the tests now. I want to be able to run all tests in the repository using go get github.com/etsy/hound/... but currently this tries to pick up the package that are in the build directory. Making this a dot directory hides it from the the recursive test discovery.

jklein added a commit that referenced this pull request Apr 14, 2015
Use .build instead of build so that go test works properly.
@jklein jklein merged commit 3e3c326 into master Apr 14, 2015
@kellegous kellegous deleted the enable-testing branch April 16, 2015 00:46
@adsr adsr unassigned jklein Apr 12, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants