summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-30 17:37:59 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-30 17:37:59 +0200
commit9109c3c309e95a6d99a88f945f17c37e5c04c105 (patch)
tree9e8593461d468e89f11e30f3071116531cf8a607
parentbb315d0513b93ef111ea69106d00188f0a4ec17a (diff)
test: Pass -d to dpkg-buildpackage
This works around an issue on Fedora where dpkg complains about missing build-essential: dpkg-checkbuilddeps: Unmet build dependencies: build-essential:native Gbp-Dch: ignore
-rw-r--r--test/integration/framework2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework
index 9a908a9ec..067cc6e8a 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -813,7 +813,7 @@ buildpackage() {
if [ "$ARCH" = "all" ]; then
ARCH="$(dpkg-architecture -qDEB_HOST_ARCH 2> /dev/null)"
fi
- testsuccess --nomsg dpkg-buildpackage -uc -us -a$ARCH
+ testsuccess --nomsg dpkg-buildpackage -uc -us -a$ARCH -d
cp "${TMPWORKINGDIRECTORY}/rootdir/tmp/testsuccess.output" "$BUILDLOG"
local PKGS="$(grep '^dpkg-deb: building package' "$BUILDLOG" | cut -d'/' -f 2 | sed -e "s#'\.##")"
local SRCS="$(grep '^dpkg-source: info: building' "$BUILDLOG" | grep -o '[a-z0-9._+~-]*$')"