summaryrefslogtreecommitdiff
path: root/tests/tests/quilt-gbp
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 16:26:00 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 19:50:48 +0000
commit946a01315097195bb25e1ea2b0a85ed495c822c4 (patch)
tree7f0176b651bb26be1c94ea3f8a6fe89d9658cb14 /tests/tests/quilt-gbp
parent6359817c2baf67249782dc428c34c97e6a633b3b (diff)
Test suite: Test --dgit-view-save everywhere
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests/quilt-gbp')
-rwxr-xr-xtests/tests/quilt-gbp9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/tests/quilt-gbp b/tests/tests/quilt-gbp
index 21e396b..38d2489 100755
--- a/tests/tests/quilt-gbp
+++ b/tests/tests/quilt-gbp
@@ -14,7 +14,8 @@ t-expect-fail 'requires split view so server needs to support' \
t-dgit -wgf --quilt=gbp build-source
t-newtag
-t-dgit --quilt=gbp build-source
+t-dgit --quilt=gbp --dgit-view-save=split.b1 build-source
+git rev-parse split.b1
t-dgit --quilt=gbp --gbp-pq=no-such-command-gbp build-source
@@ -31,14 +32,14 @@ test-push-1 () {
}
test-push-2 () {
- t-dgit --quilt=gbp push
+ t-dgit --quilt=gbp --dgit-view-save=split.p push
t-gbp-pushed-good
}
test-push-1
-t-dgit --quilt=gbp --clean=git build-source
+t-dgit --quilt=gbp --clean=git --dgit-view-save=split.b build-source
t-expect-fail "HEAD specifies a different tree to $p" \
t-dgit push
@@ -53,7 +54,7 @@ t-commit 'Check pseudomerge' 1.0-3
test-push-1
-t-dgit --quilt=gbp --clean=git build-source
+t-dgit --quilt=gbp --clean=git --dgit-view-save=split.b build-source
test-push-2