X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Fbuild-modes-sbuild;h=f030f71a27063665ca3d17d28f8145310c0a144d;hb=441cf15ffbafea7aa6be4cc04bb0085c8d79063e;hp=a4ffcf5b6a3e8f175f63ed186b2ea620beef2ebb;hpb=fbf7faf2761cbb5333bf75b993fa56d460d0fa39;p=dgit.git diff --git a/tests/tests/build-modes-sbuild b/tests/tests/build-modes-sbuild index a4ffcf5b..f030f71a 100755 --- a/tests/tests/build-modes-sbuild +++ b/tests/tests/build-modes-sbuild @@ -6,31 +6,13 @@ set -e t-dependencies sbuild t-restrict x-dgit-schroot-build -arch=$(dpkg-architecture -qDEB_BUILD_ARCH) -after-hook () { - # sbuild likes to run the package clean target in the chroot, - # which isn't necessary in our case. We don't disable it in - # dgit because we want to do what sbuild does, in case there - # are packages which don't build unless their clean target was - # run. We know it must be running it in the chroot because we - # provide sbuild with the dsc, not the tree, so we simply - # ignore all executions of the clean target by schroot. - local sblog=../example_1.0_$arch.build - if [ -e $sblog ]; then - sed ' - s/^EXAMPLE RULES TARGET clean/HOOK SUPPRESSED &/; - ' <$sblog >>$bmlog - fi -} -bm_quirk_after_act=after-hook - +bm_quirk_after_act=bm-quirk-sbuild-after-act bm-prep -act="sbuild -c build" -real_act="$act --no-arch-all" +act="sbuild -c build --no-arch-all" +real_act="$act" -e_source=true -e_targets='build-arch binary-arch' +bm-guess-e-source-e-targets "$act" bm-act-iterate echo ok.