From 94ab482143940ba5c6d9c4c03e1f79dbfefc5422 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 30 Jun 2019 22:16:56 +0100 Subject: [PATCH] test suite: baredebian-plusgit: New test for baredebian+git Signed-off-by: Ian Jackson --- debian/tests/control | 2 +- tests/tests/baredebian-plusgit | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100755 tests/tests/baredebian-plusgit 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 -- 2.30.2