aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2020-10-03 13:49:43 +0200
committerWladimir J. van der Laan <[email protected]>2020-10-03 13:50:52 +0200
commit3491bf358a81d41a386cd14581d15396354a6e6c (patch)
tree2713655013e8ca69985c7e1a1cbe47bfc29f96ef
parentMerge #20034: test: Get rid of default wallet hacks (diff)
downloaddiscoin-3491bf358a81d41a386cd14581d15396354a6e6c.tar.xz
discoin-3491bf358a81d41a386cd14581d15396354a6e6c.zip
test: Mention commit id in scripted diff error
-rwxr-xr-xtest/lint/commit-script-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/commit-script-check.sh b/test/lint/commit-script-check.sh
index ff3f78443..827c978be 100755
--- a/test/lint/commit-script-check.sh
+++ b/test/lint/commit-script-check.sh
@@ -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