From: Ian Jackson Date: Sun, 30 Jun 2019 21:16:56 +0000 (+0100) Subject: test suite: baredebian-plusgit: New test for baredebian+git X-Git-Tag: archive/debian/9.0~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=94ab482143940ba5c6d9c4c03e1f79dbfefc5422;p=dgit.git test suite: baredebian-plusgit: New test for baredebian+git Signed-off-by: Ian Jackson --- diff --git a/debian/tests/control b/debian/tests/control index aff2f93c..82b99b14 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,4 @@ -Tests: baredebian-multitar baredebian-push baredebian-tarball +Tests: baredebian-multitar baredebian-plusgit baredebian-push baredebian-tarball Tests-Directory: tests/tests Depends: dgit, dgit-infrastructure, devscripts, debhelper (>=8), fakeroot, build-essential, chiark-utils-bin, bc, faketime, quilt, git-debrebase, git-buildpackage, libdpkg-perl, libgit-wrapper-perl, liblist-compare-perl, libstring-shellquote-perl, libtry-tiny-perl diff --git a/tests/tests/baredebian-plusgit b/tests/tests/baredebian-plusgit new file mode 100755 index 00000000..5c53fdd0 --- /dev/null +++ b/tests/tests/baredebian-plusgit @@ -0,0 +1,17 @@ +#!/bin/bash +set -e +. tests/lib +. $troot/lib-baredebian + +t-dependencies quilt + +t-setup-import baredebian +t-tstunt-parsechangelog + +cd $p +baredebian-test-vars +quiltmode=baredebian+git + +baredebian-test-minimum + +t-ok