From 0b07305b2981e843e714eca0c9fbbc58e4fc1e84 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Sep 2022 17:22:13 +0100 Subject: dgit: unrepresentable check: Restrict occurrence of LATE: This represents a poor outcome which happily no longer occurs unless the user is using the deprecated-by-us "single-debian-patch" features. For more discussion see comments in quilt_fixup_dpkgsource_singlepatch. Signed-off-by: Ian Jackson --- tests/tests/unrepresentable | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable index 62ba3dd..76dfdaf 100755 --- a/tests/tests/unrepresentable +++ b/tests/tests/unrepresentable @@ -79,6 +79,11 @@ finish () { LATE-EP:*) # quilt-fixup and dpkg-source succeeded, but dgit push failed. # This is rather a poor outcome. + case "$DGIT_TEST_TESTNAME" in + *-single-dpkg) ;; + *) fail 'push failure, other than with single-debina-patch' ;; + esac + wrongmsg="${expected#*:}" badly-late-raw "E:$wrongmsg.*: $path" ;; -- cgit v1.2.3