summaryrefslogtreecommitdiff
path: root/tests/lib-orig-include-exclude
diff options
context:
space:
mode:
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 ..