[Python-modules-commits] r12337 - in packages/logilab-common/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Mar 22 20:03:21 UTC 2010


    Date: Monday, March 22, 2010 @ 20:03:15
  Author: morph
Revision: 12337

* debian/rules
  - explicitly tell where the tests are, so also 'data' dir is found and tests
    run as expected; now we can start looking at tests failures as valid ones;
    Closes: #571688

Modified:
  packages/logilab-common/trunk/debian/changelog
  packages/logilab-common/trunk/debian/rules

Modified: packages/logilab-common/trunk/debian/changelog
===================================================================
--- packages/logilab-common/trunk/debian/changelog	2010-03-22 19:10:09 UTC (rev 12336)
+++ packages/logilab-common/trunk/debian/changelog	2010-03-22 20:03:15 UTC (rev 12337)
@@ -6,8 +6,12 @@
       package
   * debian/patches/10_remove_distutils_version_check.dpatch
     - updated for new upstream code
+  * debian/rules
+    - explicitly tell where the tests are, so also 'data' dir is found and tests
+      run as expected; now we can start looking at tests failures as valid ones;
+      Closes: #571688
 
- -- Sandro Tosi <morph at debian.org>  Sat, 20 Mar 2010 10:20:59 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 22 Mar 2010 21:02:54 +0100
 
 logilab-common (0.48.1-1) unstable; urgency=low
 

Modified: packages/logilab-common/trunk/debian/rules
===================================================================
--- packages/logilab-common/trunk/debian/rules	2010-03-22 19:10:09 UTC (rev 12336)
+++ packages/logilab-common/trunk/debian/rules	2010-03-22 20:03:15 UTC (rev 12337)
@@ -29,7 +29,7 @@
 	# but since it's a namespace package, we need to "simulate" it
 	touch $(CURDIR)/build/lib/logilab/__init__.py
 	# use the default python version to select the script dir to run the tests
-	-PYTHONPATH=$(CURDIR)/build/lib/ $(CURDIR)/build/scripts-$(PYDEF)/pytest
+	PYTHONPATH=$(CURDIR)/build/lib/ $(CURDIR)/build/scripts-$(PYDEF)/pytest -t test
 	rm -f $(CURDIR)/build/lib/logilab/__init__.py
 endif
 




More information about the Python-modules-commits mailing list