summaryrefslogtreecommitdiff
path: root/tests/lib-build-modes
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 12:48:42 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 13:00:46 +0100
commit42d2e3ec03b634c5719700c5bcfb27f0f652d74c (patch)
treeee1c3b7b933d4bbaa0706dfc2e3530816320c539 /tests/lib-build-modes
parent806f6ed1a6d83992c044471a6eb2ba75c1295d7b (diff)
test suite: Drop alwayssplit tests
Since dgit: make $need_split_build_invocation always true this option has had no effect, so these tests are redundant. And change the comment in dgit near the option parsing. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/lib-build-modes')
-rw-r--r--tests/lib-build-modes7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/lib-build-modes b/tests/lib-build-modes
index ee2975d..cf9f6cd 100644
--- a/tests/lib-build-modes
+++ b/tests/lib-build-modes
@@ -226,10 +226,3 @@ bm-act-iterate () {
done
: bm-act-iterate done.
}
-
-bm-alwayssplit () {
- local t=${0##*/}
- DGIT_TEST_BM_BASEARGS+=' --always-split-source-build'
- export DGIT_TEST_BM_BASEARGS
- t-chain-test "${t%%-asplit}"
-}