From: Ian Jackson Date: Sun, 23 Oct 2016 00:00:42 +0000 (+0100) Subject: Test suite: orig-include-exclude: Refactor: introduce test-push-[12] X-Git-Tag: archive/debian/2.9~62 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=326b9679f1ae22dde2016366c699ab6832987855 Test suite: orig-include-exclude: Refactor: introduce test-push-[12] No functional change (diffed two test logs to check). Signed-off-by: Ian Jackson --- diff --git a/tests/tests/orig-include-exclude b/tests/tests/orig-include-exclude index 12478f3d..02760061 100755 --- a/tests/tests/orig-include-exclude +++ b/tests/tests/orig-include-exclude @@ -15,23 +15,35 @@ done cd $p -v=1.0-2 -t-commit $v $v -t-dgit --ch:-sa build +test-push-1 () { + v=$1 + ch=$2 + + t-commit $v $v + t-dgit $ch build +} + +test-push-2 () { + t-dgit $ch push +} + +test-push-1 1.0-2 --ch:-sa grep orig ../${p}_${v}_*.changes -t-dgit --ch:-sa push +test-push-2 # check that dgit stripped out the orig update find $tmp/mirror -name '*orig*' -ls >../before + t-archive-process-incoming sid + find $tmp/mirror -name '*orig*' -ls >../after diff -u ../before ../after -t-commit 'Some update' 1.1-1.2 -t-dgit --ch:-sd build -t-dgit --ch:-sd push +test-push-1 1.1-1.2 --ch:-sd + +test-push-2 t-archive-process-incoming sid