[Pkg-privacy-commits] [mat] 01/03: Get back the test suite run at package build time.
Intrigeri
intrigeri at moszumanska.debian.org
Mon Jan 11 15:02:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository mat.
commit d400b30c2c907960d312934c39c31f124969cb9d
Author: intrigeri <intrigeri at boum.org>
Date: Mon Jan 11 13:32:15 2016 +0000
Get back the test suite run at package build time.
autopkgtests serve a slightly different purpose,
let's have both :)
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c79f3dc..f9943d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,5 @@ DESTDIR = $(CURDIR)/debian/$(PACKAGE)
dh $@ --with python2
override_dh_auto_test:
- # pass
+ cd ./test ; LC_ALL=C.UTF-8 xvfb-run -a python test.py
+ dh_auto_test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git
More information about the Pkg-privacy-commits
mailing list