From 326b9679f1ae22dde2016366c699ab6832987855 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Oct 2016 01:00:42 +0100 Subject: Test suite: orig-include-exclude: Refactor: introduce test-push-[12] No functional change (diffed two test logs to check). Signed-off-by: Ian Jackson --- tests/tests/orig-include-exclude | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/tests/orig-include-exclude b/tests/tests/orig-include-exclude index 12478f3..0276006 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 -- cgit v1.2.3