summaryrefslogtreecommitdiff
path: root/dgit
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 /dgit
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 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index b1df95e..5d7d8d7 100755
--- a/dgit
+++ b/dgit
@@ -6913,7 +6913,7 @@ sub parseopts () {
$tagformat_want = [ $1, 'command line', 1 ];
# 1 menas overrides distro configuration
} elsif (m/^--always-split-source-build$/s) {
- # undocumented, for testing
+ # undocumented, was once for testing, now a no-op
push @ropts, $_;
$need_split_build_invocation = 1;
} elsif (m/^--config-lookup-explode=(.+)$/s) {