From: Didier Raboud Date: Tue, 15 May 2012 14:52:15 +0000 (+0200) Subject: Merge branch 'pytests' X-Git-Tag: archive/raspbian/10.2018112800+rpi1^2~132 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8fc3dd3e513813d479be3b98944c27e9147c4fe;p=lsb.git Merge branch 'pytests' --- a8fc3dd3e513813d479be3b98944c27e9147c4fe diff --cc debian/rules index e60c15c,317f4d0..53798fc --- a/debian/rules +++ b/debian/rules @@@ -43,8 -46,13 +46,14 @@@ endi override_dh_clean: dh_clean rm -f *.py[co] + rm -f debian/lsb-base.maintscript + override_dh_auto_test: $(PY2VERSIONS:%=test-python%) $(PY3VERSIONS:%=test-python%) + + test-python%: + PYTHONPATH=. python$* test/test_lsb_release.py -vv + PYTHONPATH=. python$* test/test_initdutils.py -vv + override_dh_python2: dh_python2 dh_python2 /usr/lib/lsb