-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Remove unused test files and references #9376
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
Conversation
|
This must have broken utACK 23208ac: verified that |
|
@laanwj Yes it looks like However after merging this I still see: @btcdrak Could you fixup that reference? Looks like it's now |
|
@theuni Shouldn't Travis pick up problems like this? It always did for me, although now that I think of it that was when forgetting to specify |
|
@laanwj Travis never does the distdir step, I think.
…On Tue, Dec 20, 2016 at 1:47 PM, Wladimir J. van der Laan < ***@***.***> wrote:
@theuni <https://github.com/theuni> Shouldn't Travis pick up problems
like this? It always did for me, although now that I think of it that was
when forgetting to specify .h files.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9376 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGGmv62Fyb17XHp0q4b6toRWo4VrPGxSks5rJ855gaJpZM4LQc6h>
.
|
|
Okay, then I must be confused with gitian. I thought it did that before building. But maybe that's only gitian. |
|
I got this error |
|
@laanwj IIRC we used to have a distcheck in Travis, but got rid of it a while ago because it was too heavy. Or maybe it was that it used distdir before the out-of-tree build? I think we could probably add back the lighter |
@fanquake done. |
|
@btcdrak Thanks, looks better now: ACK 9cb6624 |
The travis check was the only way most people were even noticing inconsistencies in the Makefile with regard to installed files, this is why pulls like this are popping up all over the place now. It would be fine even if only one Travis builder built from distdir. |
|
Posthumous ACK blanktx.json is still sitting around unused. I believe it can be used for a v1 JSON test that doesn't seem to exist right now. I'll file a PR where I change it to blanktxv1.json and integrate it into the test suite. |
Refs #7562