summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-06 23:23:19 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2019-07-07 11:18:17 +0100
commit5986d81a14f60f14ee2d31967be1bc2f6ba6cc7a (patch)
tree1d4ea3052d9244272f78637d8366a84b7d4ff333
parent314836c04a9199e5a008e1ed8734887cf9969bf6 (diff)
test suite: tagupl*: Drop use of --no-push
Now we do actually push. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--tests/lib2
-rwxr-xr-xtests/tests/tagupl4
-rwxr-xr-xtests/tests/tagupl-native3
3 files changed, 3 insertions, 6 deletions
diff --git a/tests/lib b/tests/lib
index 29b68e7..39f1382 100644
--- a/tests/lib
+++ b/tests/lib
@@ -1224,7 +1224,7 @@ t-tagupl-run-drs () {
t-tagupl-test () {
${DGIT_DEBPUSH_TEST-git debpush} \
- --distro=test-dummy --no-push -u Senatus "$@"
+ --distro=test-dummy -u Senatus "$@"
mkdir ../tagupl
t-tagupl-run-drs
diff --git a/tests/tests/tagupl b/tests/tests/tagupl
index 52c4a7a..cfbdb6e 100755
--- a/tests/tests/tagupl
+++ b/tests/tests/tagupl
@@ -27,9 +27,7 @@ t-tagupl-settings
upstream=$(git rev-parse upstream/1.0~0)
tagname=test-dummy/$v
-t-tagupl-test --no-push --quilt=gbp
-
-# xxx test pushing
+t-tagupl-test --quilt=gbp
# todo: test each miss/rejection
diff --git a/tests/tests/tagupl-native b/tests/tests/tagupl-native
index cd6538e..d1ec6b5 100755
--- a/tests/tests/tagupl-native
+++ b/tests/tests/tagupl-native
@@ -24,9 +24,8 @@ git commit -m 'convert to 1.0 native'
tagname=test-dummy/$v
-t-tagupl-test --no-push
+t-tagupl-test
-# xxx test pushing
# todo: test each miss/rejection
t-ok