summaryrefslogtreecommitdiff
path: root/tests/lib-build-modes
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-11-07 15:46:25 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-01 23:53:45 +0100
commite610d7e252dada2ac0b7b235bf1da3df20552629 (patch)
tree6ab012dc47b3ba797f8425c654118eee33a6a8cf /tests/lib-build-modes
parent7121a993cd2206d3f5066e97ebbc397fe079c18f (diff)
Tests: Use --rm-old-changes in build-mode tests
Soon, we are going to be stricter about detecting ambiguity about which .changes file is intended when different build modes have been used.
Diffstat (limited to 'tests/lib-build-modes')
-rw-r--r--tests/lib-build-modes2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib-build-modes b/tests/lib-build-modes
index cdf223d..f5e3414 100644
--- a/tests/lib-build-modes
+++ b/tests/lib-build-modes
@@ -115,7 +115,7 @@ bm-run-one () {
rm -f $dsc
set +o pipefail
- t-dgit --git=$tmp/stunt-git $args 2>&1 | tee $bmlog
+ t-dgit --rm-old-changes --git=$tmp/stunt-git $args 2>&1 | tee $bmlog
local ps="${PIPESTATUS[*]}"
set -o pipefail