Commit ca8b8ad2 authored by Andreas Tille's avatar Andreas Tille
Browse files

Reintroduce option to build time test (after fixing typo)

parent 546dade6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
q2templates (2019.10.0+dfsg-2) UNRELEASED; urgency=medium

  * Team upload.
  * Reintroduce option to build time test (after fixing typo)

 -- Andreas Tille <tille@debian.org>  Tue, 12 Nov 2019 09:16:16 +0100

q2templates (2019.10.0+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #930151)
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@ export PYBUILD_AFTER_INSTALL=\

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_test -- --test-args="cd {build_dir}; py.test-3"
	dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3"
endif