Codebase list kdav / 380da69
Make tests not failing the build. Sandro Knauß 5 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 [ Sandro Knauß ]
33 * New upstream release (18.08.3).
4 * Make tests not failing the build.
45
56 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 17 Jan 2019 22:22:58 +0100
67
44 override_dh_auto_test:
55 mkdir -p $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/runtime
66 chmod 700 $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/runtime
7 XDG_RUNTIME_DIR=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/runtime xvfb-run --server-args="-screen 0 1024x768x24 +extension GLX" -- \
7 - XDG_RUNTIME_DIR=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/runtime xvfb-run --server-args="-screen 0 1024x768x24 +extension GLX" -- \
88 dh_auto_test --no-parallel
99 rm -r $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/runtime