summaryrefslogtreecommitdiff
path: root/tests/tests/tagupl
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-06 14:29:46 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-07 09:54:19 +0100
commit9a5b14f4294318b8f11871ab5aad6d5afd849e0a (patch)
tree30b5425f32c9495f9132471367cc987b8e20d9c7 /tests/tests/tagupl
parentd5e73fceebd42c985264149bf1ae36ee4ebbee6e (diff)
test suite: tagupl: Use git-debpush
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests/tagupl')
-rwxr-xr-xtests/tests/tagupl15
1 files changed, 5 insertions, 10 deletions
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