summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-25 13:37:21 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-25 13:53:09 +0100
commitb765388a4cea92f5209e3fd9b59c05e88a278076 (patch)
tree25d27f19d2ed7ddffac33362b8ddbcc9cfb0a055 /debian/tests
parent7bd28223f931fa3f36760e73c4e32673ca7f3cbe (diff)
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>
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
index a2c73df..3051e87 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -16,6 +16,10 @@ Tests-Directory: tests/tests
Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, build-essential, chiark-utils-bin, bc
Restrictions: x-dgit-intree-only x-dgit-git-only
+Tests: gdr-fresh
+Tests-Directory: tests/tests
+Depends: chiark-utils-bin, devscripts, git-debrebase, git-buildpackage, faketime
+
Tests: gdr-merge-conflicts
Tests-Directory: tests/tests
Depends: chiark-utils-bin, git-debrebase, git-buildpackage, faketime, quilt