From 9a5b14f4294318b8f11871ab5aad6d5afd849e0a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jul 2019 14:29:46 +0100 Subject: test suite: tagupl: Use git-debpush Signed-off-by: Ian Jackson --- tests/tests/tagupl | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/tests/tagupl b/tests/tests/tagupl index 8e0fc8d..27dd973 100755 --- a/tests/tests/tagupl +++ b/tests/tests/tagupl @@ -2,7 +2,7 @@ set -e . tests/lib -t-dependencies DEBORIG +t-dependencies DEBORIG git-debpush t-debpolicy @@ -25,17 +25,12 @@ git checkout -B master quilt-tip-2 #xxx upstream=$(git rev-parse upstream/1.0~0) - -tagmessage="example release 1.0-1 for unstable - -wibble wibble - -[dgit distro=test-dummy split --quilt=gbp] -[dgit please-upload upstream-tag=upstream/1.0 upstream=$upstream]" - tagname=test-dummy/$v -git tag -u Senatus -s -m "$tagmessage" $tagname +${DGIT_DEBPUSH_TEST-git debpush} \ + --distro=test-dummy --quilt=gbp --no-push -u Senatus + +# xxx test pushing cd .. mkdir tagupl -- cgit v1.2.3