[Python-modules-commits] r20452 - in packages/sphinx/trunk/debian (rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Mon Feb 13 23:46:47 UTC 2012
Date: Monday, February 13, 2012 @ 23:46:46
Author: jwilk
Revision: 20452
Remove some cruft left alter Python 3 testing.
Modified:
packages/sphinx/trunk/debian/rules
Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules 2012-02-13 23:45:18 UTC (rev 20451)
+++ packages/sphinx/trunk/debian/rules 2012-02-13 23:46:46 UTC (rev 20452)
@@ -38,6 +38,7 @@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
$(python_all) tests/run.py --verbose --no-skip
export LC_ALL=C.UTF-8 && $(python3_all) tests/run.py --verbose
+ cd build/py3/ && rm -rf tests/ sphinx/pycode/Grammar.pickle
xvfb-run ./debian/jstest/run-tests
endif
touch build-stamp
More information about the Python-modules-commits
mailing list