[Python-modules-commits] r29135 - in packages/python-urllib3/trunk/debian (rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed May 28 15:38:16 UTC 2014


    Date: Wednesday, May 28, 2014 @ 15:38:15
  Author: eriol-guest
Revision: 29135

Run tests from build directory

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

Modified: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules	2014-05-28 13:05:23 UTC (rev 29134)
+++ packages/python-urllib3/trunk/debian/rules	2014-05-28 15:38:15 UTC (rev 29135)
@@ -17,7 +17,7 @@
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="{interpreter} -m nose" dh_auto_test
+	PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage" dh_auto_test
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.rst




More information about the Python-modules-commits mailing list