From 42d2e3ec03b634c5719700c5bcfb27f0f652d74c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 26 Jul 2018 12:48:42 +0100 Subject: 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 --- tests/lib-build-modes | 7 ------- tests/tests/build-modes-asplit | 5 ----- tests/tests/build-modes-gbp-asplit | 5 ----- 3 files changed, 17 deletions(-) delete mode 100755 tests/tests/build-modes-asplit delete mode 100755 tests/tests/build-modes-gbp-asplit (limited to 'tests') 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}" -} diff --git a/tests/tests/build-modes-asplit b/tests/tests/build-modes-asplit deleted file mode 100755 index fa3bf8a..0000000 --- a/tests/tests/build-modes-asplit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -set -e -. tests/lib -. $troot/lib-build-modes -bm-alwayssplit diff --git a/tests/tests/build-modes-gbp-asplit b/tests/tests/build-modes-gbp-asplit deleted file mode 100755 index fa3bf8a..0000000 --- a/tests/tests/build-modes-gbp-asplit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -set -e -. tests/lib -. $troot/lib-build-modes -bm-alwayssplit -- cgit v1.2.3