chiark / gitweb /
Test suite: lib-build-modes: Remove a couple of hardcoded versions
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 Sep 2016 21:41:52 +0000 (22:41 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Sep 2016 18:42:05 +0000 (19:42 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/lib-build-modes

index 639f9b504064ec8a7743617031b0e316b8e8afa3..007eaf226b222c70815eae81c6bac558617a9f03 100644 (file)
@@ -65,7 +65,7 @@ bm-quirk-sbuild-after-act () {
        # provide sbuild with the dsc, not the tree, so we simply
        # ignore all executions of the clean target by schroot.
        local arch=$(dpkg-architecture -qDEB_BUILD_ARCH)
-       local sblog=../example_1.0_$arch.build
+       local sblog=../example_${v}_$arch.build
        if [ -e $sblog ]; then
                sed '
                        s/^EXAMPLE RULES TARGET clean/HOOK SUPPRESSED &/;
@@ -141,7 +141,7 @@ bm-run-one () {
        git checkout $branch
        git clean -xdf # since we might not do any actual cleaning
 
-       dsc='../example_1.0.dsc'
+       dsc="../example_$v.dsc"
        rm -f $dsc
 
        set +o pipefail