From 5986d81a14f60f14ee2d31967be1bc2f6ba6cc7a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jul 2019 23:23:19 +0100 Subject: [PATCH] test suite: tagupl*: Drop use of --no-push Now we do actually push. Signed-off-by: Ian Jackson --- tests/lib | 2 +- tests/tests/tagupl | 4 +--- tests/tests/tagupl-native | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/lib b/tests/lib index 29b68e73..39f13825 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 52c4a7ab..cfbdb6e8 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 cd6538e6..d1ec6b5f 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 -- 2.30.2