[Python-modules-commits] r18881 - in packages/sphinx/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Oct 12 17:56:51 UTC 2011
Date: Wednesday, October 12, 2011 @ 17:56:48
Author: jwilk
Revision: 18881
Run nosetests with --verbose --no-skip.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/rules
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2011-10-12 17:50:56 UTC (rev 18880)
+++ packages/sphinx/trunk/debian/changelog 2011-10-12 17:56:48 UTC (rev 18881)
@@ -7,8 +7,9 @@
* Refactor the code responsible for moving data into a private directory.
Rename some variables to make them lowercase. Don't use CURDIR where it's
not necessary.
+ * Run nosetests with --verbose --no-skip.
- -- Jakub Wilk <jwilk at debian.org> Wed, 12 Oct 2011 19:50:12 +0200
+ -- Jakub Wilk <jwilk at debian.org> Wed, 12 Oct 2011 19:54:37 +0200
sphinx (1.0.8+dfsg-2) unstable; urgency=low
Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules 2011-10-12 17:50:56 UTC (rev 18880)
+++ packages/sphinx/trunk/debian/rules 2011-10-12 17:56:48 UTC (rev 18881)
@@ -27,7 +27,7 @@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e -x; \
for python in $(shell pyversions -r); do \
- $$python tests/run.py; \
+ $$python tests/run.py --verbose --no-skip; \
done
xvfb-run ./debian/jstest/run-tests
endif
More information about the Python-modules-commits
mailing list