summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib-import-chk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib-import-chk b/tests/lib-import-chk
index a456b01..88984c1 100644
--- a/tests/lib-import-chk
+++ b/tests/lib-import-chk
@@ -3,6 +3,7 @@ t-import-chk-authorship () {
perl -ne 'print $1,"\n" if m/^ -- (\S.*\>) /' debian/changelog \
| sort -u \
> $tmp/authorship.changelog
+ ${import_chk_changelog_massage:-:} $tmp/authorship.changelog
git log --pretty=format:'%an <%ae>%n%cn <%ce>' \
| sort -u \
> $tmp/authorship.commits