chiark / gitweb /
test suite: Test dgit calling git-debrebase on new debianisation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Aug 2018 12:37:21 +0000 (13:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Aug 2018 12:53:09 +0000 (13:53 +0100)
commitb765388a4cea92f5209e3fd9b59c05e88a278076
tree25d27f19d2ed7ddffac33362b8ddbcc9cfb0a055
parent7bd28223f931fa3f36760e73c4e32673ca7f3cbe
test suite: Test dgit calling git-debrebase on new debianisation

Now all the cases in dgit's branch_is_gdr history walker are tested:

  DGIT_TEST_DEBUG=-DD tests/using-intree tests/run-all
  cat tests/tmp/*.log |perl -ne 'next unless s/^branch_is_gdr  \w+ //; print' |sort -u |less

Produces the same list as:

  git-grep 'branch_is_gdr  ' | perl -pe 's/^^dgit:\s+//' |sort |less

(With the list of gdr commit annotations the same as in the source.)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/tests/control
tests/tests/gdr-fresh [new file with mode: 0755]