From 9ff427424a06206e33200773b317f6e70ac0e2f7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Aug 2019 12:10:33 +0100 Subject: [PATCH] test suite: examplegit: Call t-select-package This can save our importers from havig to t-select-package themselves. Drop the now-redundant call from the one importer that had it. Various of the importers call t-archive-* or t-git-* that also call t-select-package, but this is not a problem. Signed-off-by: Ian Jackson --- tests/setup/examplegit | 4 +++- tests/tests/forcesplit-overwrite | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/setup/examplegit b/tests/setup/examplegit index 88f6178c..d25ee95a 100755 --- a/tests/setup/examplegit +++ b/tests/setup/examplegit @@ -50,4 +50,6 @@ push-to master sid git clean -xdff -t-setup-done 'p v suitespecs majorv revision' "aq git mirror $p" +t-setup-done 'v suitespecs majorv revision' "aq git mirror $p" " + t-select-package $p +" diff --git a/tests/tests/forcesplit-overwrite b/tests/tests/forcesplit-overwrite index 9600d3a8..58262875 100755 --- a/tests/tests/forcesplit-overwrite +++ b/tests/tests/forcesplit-overwrite @@ -7,8 +7,7 @@ set -e t-setup-import examplegit -t-select-package example -cd example +cd $p suite=stable -- 2.30.2