summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-26 01:35:15 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-26 01:36:40 +0100
commit02f6c388e164f0f1954fcb45c99bf1ea20105fe3 (patch)
treea1eddbdc4e4b5d535029f9b71ef1c409cbacd885
parent22c277709304504b81ee28bd70a48a47b6b4c7e5 (diff)
Test suite: quilt-gbp: Test that we crash if archive doesn't do "maint" tags
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xtests/tests/quilt-gbp7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/tests/quilt-gbp b/tests/tests/quilt-gbp
index ac8a426..085ef03 100755
--- a/tests/tests/quilt-gbp
+++ b/tests/tests/quilt-gbp
@@ -4,13 +4,16 @@ set -e
t-tstunt-parsechangelog
-t-newtag
-
t-gbp-example-prep
t-expect-fail 'quilt fixup cannot be linear' \
t-dgit build-source
+t-git-config dgit-distro.test-dummy.dgit-tag-format new
+t-expect-fail 'requires split view so server needs to support' \
+t-dgit -wgf --quilt=gbp build-source
+t-newtag
+
t-dgit --quilt=gbp build-source
t-dgit --quilt=gbp --gbp=no-such-command-gbp build-source