summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib-gdr6
-rwxr-xr-xtests/tests/gdr-import-dgit4
2 files changed, 9 insertions, 1 deletions
diff --git a/tests/lib-gdr b/tests/lib-gdr
index 831a253..26afb1d 100644
--- a/tests/lib-gdr
+++ b/tests/lib-gdr
@@ -151,6 +151,8 @@ t-nmu-upload-1 () {
# nmu-upload-1 <nmubranch>
# gbp pq import or perhaps other similar things
# nmu-upload-2
+ # maybe make some dgit-covertible commits
+ # nmu-upload-3
t-git-next-date
nmubranch=$1
@@ -165,7 +167,9 @@ t-nmu-upload-1 () {
t-nmu-upload-2 () {
t-git-next-date
t-dch-commit -v $v -m "nmu $nmubranch $v"
- t-some-changes "nmu $numbranch $v"
+}
+
+t-nmu-upload-3 () {
t-dch-commit -r sid
t-dgit -wgf build-source
diff --git a/tests/tests/gdr-import-dgit b/tests/tests/gdr-import-dgit
index 544878b..716a5ec 100755
--- a/tests/tests/gdr-import-dgit
+++ b/tests/tests/gdr-import-dgit
@@ -14,6 +14,8 @@ v=2.0-2+nmu1
t-nmu-upload-1 nmu
gbp pq import
t-nmu-upload-2
+t-some-changes $numbranch
+t-nmu-upload-3
: 'done the nmu, switching back to the maintainer hat'
@@ -56,6 +58,8 @@ gbp pq import
#t-dgit -wgf build-source
t-nmu-upload-2
+t-some-changes $numbranch
+t-nmu-upload-3
: 'done the nmu, back to the maintainer'