chiark / gitweb /
git-debpush: Support forcing individual checks
[dgit.git] / tests / tests / tagupl
index e11ea5af7f463b0e2f753571a6c4404932e0e6c5..09ca53a8c542e36576ac74cd93f9488b7ff05373 100755 (executable)
@@ -29,7 +29,13 @@ tagname=test-dummy/$v
 
 t-expect-fail "upstream tag $upstreamtag is not an ancestor of refs/heads/master" \
 t-tagupl-test --quilt=gbp --upstream=$upstreamtag
-t-tagupl-test --quilt=gbp --force --upstream=$upstreamtag
+
+t-expect-fail "upstream tag $upstreamtag is not an ancestor of refs/heads/master" \
+t-tagupl-test --quilt=gbp --force=suite --force=no-such-force-option --upstream=$upstreamtag
+
+t-tagupl-test --quilt=gbp --force=suite --force=no-such-force-option-1 \
+              --force=upstream-nonancestor,no-such-force-option-2 \
+              --upstream=$upstreamtag
 t-pushed-good master
 
 # todo: test each miss/rejection