[Python-modules-commits] r31622 - in packages/python-isoweek/trunk/debian (rules)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Fri Dec 26 14:02:55 UTC 2014


    Date: Friday, December 26, 2014 @ 14:02:54
  Author: hugo6390-guest
Revision: 31622

Update d/rules to launch testsuites at buildtime.

Modified:
  packages/python-isoweek/trunk/debian/rules

Modified: packages/python-isoweek/trunk/debian/rules
===================================================================
--- packages/python-isoweek/trunk/debian/rules	2014-12-25 14:17:01 UTC (rev 31621)
+++ packages/python-isoweek/trunk/debian/rules	2014-12-26 14:02:54 UTC (rev 31622)
@@ -1,9 +1,12 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 export PYBUILD_NAME=isoweek
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
+override_dh_auto_test:
+	# Launch testsuite at build-time.
+	dh_auto_test -- --system=custom --test-args='{interpreter} {dir}/test_isoweek.py'




More information about the Python-modules-commits mailing list