chiark / gitweb /
Tests: Use --rm-old-changes in build-mode tests
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Nov 2015 15:46:25 +0000 (15:46 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Jul 2016 22:53:45 +0000 (23:53 +0100)
Soon, we are going to be stricter about detecting ambiguity about
which .changes file is intended when different build modes have been
used.

tests/lib-build-modes

index cdf223d63e903eec1af8767e990cea32ba5ecb9a..f5e341420e7c1f9f0817f3bb94b7c151719fa97f 100644 (file)
@@ -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