-
Notifications
You must be signed in to change notification settings - Fork 38.6k
test: Mention commit id in scripted diff error #20069
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
test: Mention commit id in scripted diff error #20069
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK Concept ACK 3491bf3, should help in situations like https://travis-ci.org/github/bitcoin/bitcoin/jobs/732481553
|
Will all future Travis CI builds fail due to the ill-formed title of the f471a3b commit? |
|
Good idea. |
It's pretty strange, I assumed this script will only check the PR in question, not the whole project history. |
|
ACK 3491bf3 Without this change, at 54fc96f: With this change (rebased onto 54fc96f): |
|
utACK 3491bf3 |
Verifier for scriptable changes Includes changes from the following upstream PRs: - bitcoin/bitcoin#10189 - Excluding the `CNode` scripted changes. - bitcoin/bitcoin#10480 - bitcoin/bitcoin#11390 - bitcoin/bitcoin#13281 - Only the lint scripts we already have. - bitcoin/bitcoin#13454 - Only changes to scripts we already have. - bitcoin/bitcoin#14864 - bitcoin/bitcoin#16327 - Includes some portability fixes to other shell scripts. - bitcoin/bitcoin#20069
3491bf3 test: Mention commit id in scripted diff error (Wladimir J. van der Laan) Pull request description: Add commit id to make spotting the issue easier. ACKs for top commit: robot-dreams: ACK 3491bf3 sipa: utACK 3491bf3 hebasto: ~ACK~ Concept ACK 3491bf3, should help in situations like https://travis-ci.org/github/bitcoin/bitcoin/jobs/732481553 Tree-SHA512: 1ae66fa760f9e5d52e029bae71f6b5863f1efd7b95de3723ea09290944c9d7687f5ec6927aa115a3aebd6f2b993baa0c2433975c6ad5cd2858089013362eb599
Add commit id to make spotting the issue easier.