Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRunning 'make test' dies due to no .git when building from a .tar.gz #51
Comments
|
Hmmm, good point. We should really supply a test repo explicitly rather than leaning on the |
If you follow these build instructions and run
make teston one of the.tar.gzreleases you get:Just running
git initin the build directory works around it, but I don't know how much this breaks the tests, if at all:So now I do
git initin my packaging script, but it would be neat if this worked out of the box.