From c5e48c92d1d589c55fb952ee623b5b4c66267d3c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Jan 2017 15:13:45 +0000 Subject: [PATCH] test suite: Add t-stunt-parsechangelog to a few tests which were missing it. Signed-off-by: Ian Jackson --- debian/changelog | 1 + tests/tests/absurd-gitapply | 1 + tests/tests/badcommit-rewrite | 1 + tests/tests/import-dsc | 1 + 4 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index c3e4f58e..ed1128ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ dgit (2.17~) unstable; urgency=medium * Strip block count out of find -ls output - it is unstable! * gbp-orig: Add a missing -m, without which git would run an editor if stdout was a tty (!) + * Add t-stunt-parsechangelog to a few tests which were missing it. -- diff --git a/tests/tests/absurd-gitapply b/tests/tests/absurd-gitapply index 90c44be2..62eb1903 100755 --- a/tests/tests/absurd-gitapply +++ b/tests/tests/absurd-gitapply @@ -1,6 +1,7 @@ #!/bin/bash set -e . tests/lib +t-tstunt-parsechangelog t-archive example 1.0-1+absurd t-git-none diff --git a/tests/tests/badcommit-rewrite b/tests/tests/badcommit-rewrite index 1429e673..b7fc7011 100755 --- a/tests/tests/badcommit-rewrite +++ b/tests/tests/badcommit-rewrite @@ -3,6 +3,7 @@ set -e . tests/lib t-setup-import examplegit +t-tstunt-parsechangelog cd example diff --git a/tests/tests/import-dsc b/tests/tests/import-dsc index b86eef63..a1d14030 100755 --- a/tests/tests/import-dsc +++ b/tests/tests/import-dsc @@ -1,6 +1,7 @@ #!/bin/bash set -e . tests/lib +t-tstunt-parsechangelog t-setup-import examplegit -- 2.30.2