From: Ian Jackson Date: Mon, 26 Sep 2016 00:35:15 +0000 (+0100) Subject: Test suite: quilt-gbp: Test that we crash if archive doesn't do "maint" tags X-Git-Tag: archive/debian/2.0~106 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=02f6c388e164f0f1954fcb45c99bf1ea20105fe3 Test suite: quilt-gbp: Test that we crash if archive doesn't do "maint" tags Signed-off-by: Ian Jackson --- diff --git a/tests/tests/quilt-gbp b/tests/tests/quilt-gbp index ac8a4265..085ef03a 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