mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
test: Mention commit id in scripted diff error
This commit is contained in:
parent
171cd05ae3
commit
3491bf358a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ for commit in $(git rev-list --reverse $1); do
|
|||
git reset --quiet --hard HEAD
|
||||
else
|
||||
if git rev-list "--format=%b" -n1 $commit | grep -q '^-\(BEGIN\|END\)[ a-zA-Z]*-$'; then
|
||||
echo "Error: script block marker but no scripted-diff in title"
|
||||
echo "Error: script block marker but no scripted-diff in title of commit $commit"
|
||||
echo "Failed"
|
||||
RET=1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue