summaryrefslogtreecommitdiff
path: root/tests/lib-orig-include-exclude
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-23 16:32:12 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 19:50:47 +0000
commit327f0472cbd61eed9092e03302647509392ef637 (patch)
tree0e80e043b1bb5d5e7ad87e3188f323bcfb771470 /tests/lib-orig-include-exclude
parent3bbcd7f58885b839778ce9cca4e690c164306418 (diff)
Test suite: lib-orig-include-exclude: Prepare for more reuse
Support a suite argument to test-push-1 and dgit argument arguments to test-push-2. cd back to $tmp at the end. No overall functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib-orig-include-exclude')
-rw-r--r--tests/lib-orig-include-exclude6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/lib-orig-include-exclude b/tests/lib-orig-include-exclude
index 7c29c96..75a9656 100644
--- a/tests/lib-orig-include-exclude
+++ b/tests/lib-orig-include-exclude
@@ -21,14 +21,15 @@ cd $p
test-push-1 () {
v=$1
ch=$2
+ suite=$3
- t-commit $v $v
+ t-commit $v $v $suite
t-dgit $ch build
}
test-push-2 () {
$test_push_2_hook
- t-dgit $ch push
+ t-dgit $ch "$@" push
}
test-push-1 1.0-2 --ch:-sa
@@ -58,3 +59,4 @@ cd get
t-dgit clone $p
# ^ checks that all the origs are there, ie that dgit added the origs
+cd ..