[Python-modules-commits] r30716 - in packages/django-reversion/trunk/debian (rules)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Sep 22 06:29:48 UTC 2014


    Date: Monday, September 22, 2014 @ 06:29:47
  Author: fladi-guest
Revision: 30716

Fix the way upstream tests are run during build.

Modified:
  packages/django-reversion/trunk/debian/rules

Modified: packages/django-reversion/trunk/debian/rules
===================================================================
--- packages/django-reversion/trunk/debian/rules	2014-09-22 06:29:06 UTC (rev 30715)
+++ packages/django-reversion/trunk/debian/rules	2014-09-22 06:29:47 UTC (rev 30716)
@@ -12,7 +12,7 @@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; \
 	for python in $(shell pyversions -r) $(shell py3versions -r); do \
-		PYTHONPATH="src" $$python src/test_project/manage.py test reversion; \
+		PYTHONPATH="src" $$python src/tests/runtests.py ; \
 	done
 endif
 




More information about the Python-modules-commits mailing list