mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 06:04:33 +00:00
chore: release-branch test logs HEAD (#172)
## Why this should be merged Debugging release-branch test failures in CI but not locally. ## How this works Logs `HEAD` before testing branch properties. ## How this was tested NA
This commit is contained in:
parent
319a92458d
commit
1d75a11657
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ func testReleaseBranch(t *testing.T, targetBranch string) {
|
|||
require.NoErrorf(t, err, "%T.Head()", repo)
|
||||
|
||||
head := commitFromRef(t, repo, headRef)
|
||||
t.Logf("HEAD is %v (%s)", head.Hash, commitMsgFirstLine(head))
|
||||
main := commitFromBranchName(t, repo, defaultBranch)
|
||||
|
||||
closestCommonAncestors, err := head.MergeBase(main)
|
||||
|
|
|
|||
Loading…
Reference in a new issue