summaryrefslogtreecommitdiff
path: root/tests/lib-build-modes
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-04 00:00:55 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-16 16:47:48 +0100
commitbed276c8b1bba18717cbe8199c07812eba5c2a95 (patch)
tree953c49117d2a2020e20a0dad22116effbc922ca5 /tests/lib-build-modes
parentac57e4c973a8a5a93e6fbb258908b429babd5bae (diff)
Test suite: Move bm-quirk-sbuild-after-act to lib-build-modes
This will allow other tests to check dgit sbuild.
Diffstat (limited to 'tests/lib-build-modes')
-rw-r--r--tests/lib-build-modes16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/lib-build-modes b/tests/lib-build-modes
index 93997c6..05c415c 100644
--- a/tests/lib-build-modes
+++ b/tests/lib-build-modes
@@ -56,6 +56,22 @@ bm-guess-e-source-e-targets () {
esac
}
+bm-quirk-sbuild-after-act () {
+ # 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 arch=$(dpkg-architecture -qDEB_BUILD_ARCH)
+ local sblog=../example_1.0_$arch.build
+ if [ -e $sblog ]; then
+ sed '
+ s/^EXAMPLE RULES TARGET clean/HOOK SUPPRESSED &/;
+ ' <$sblog >>$bmlog
+ fi
+}
bm-report-source () {
if "$@"; then