X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=tests%2Flib-orig-include-exclude;h=75a965630ac04b5c3627a8ddc04d31c231f24638;hp=7c29c962116f90148de7493db04b0f4e604689a1;hb=79670972590a2b34c20a85929b28c3ce7425c55f;hpb=3bbcd7f58885b839778ce9cca4e690c164306418;ds=sidebyside diff --git a/tests/lib-orig-include-exclude b/tests/lib-orig-include-exclude index 7c29c962..75a96563 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 ..