summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib-gdr4
-rwxr-xr-xtests/setup/gdr-convert-gbp2
-rwxr-xr-xtests/tests/gdr-import-nostitch2
3 files changed, 6 insertions, 2 deletions
diff --git a/tests/lib-gdr b/tests/lib-gdr
index acbfa92..e6af12a 100644
--- a/tests/lib-gdr
+++ b/tests/lib-gdr
@@ -351,6 +351,10 @@ t-gdr-gbp-import-core () {
git add debian
git commit -m "an upstream retcon ($0)"
git tag v1.0
+}
+
+t-gdr-gbp-import-core-with-queue () {
+ t-gdr-gbp-import-core
: 'fake up that our quilt-tip was descended from upstream'
git checkout quilt-tip
diff --git a/tests/setup/gdr-convert-gbp b/tests/setup/gdr-convert-gbp
index 3b555e5..93ed4b6 100755
--- a/tests/setup/gdr-convert-gbp
+++ b/tests/setup/gdr-convert-gbp
@@ -15,7 +15,7 @@ not-gdr-processable () {
t-git-debrebase analyse | grep 'Unknown Unprocessable'
}
-t-gdr-gbp-import-core
+t-gdr-gbp-import-core-with-queue
not-gdr-processable origin
diff --git a/tests/tests/gdr-import-nostitch b/tests/tests/gdr-import-nostitch
index c1a5257..c32b71e 100755
--- a/tests/tests/gdr-import-nostitch
+++ b/tests/tests/gdr-import-nostitch
@@ -8,7 +8,7 @@ t-dependencies GDR
t-tstunt-parsechangelog
-t-gdr-gbp-import-core
+t-gdr-gbp-import-core-with-queue
git checkout master