[Python-modules-commits] r29048 - in packages/ipython/trunk/debian (rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat May 24 10:59:37 UTC 2014
Date: Saturday, May 24, 2014 @ 10:59:36
Author: jtaylor-guest
Revision: 29048
run python2 tests during the build
also fix usage of nocheck build option
Modified:
packages/ipython/trunk/debian/rules
Modified: packages/ipython/trunk/debian/rules
===================================================================
--- packages/ipython/trunk/debian/rules 2014-05-24 10:59:33 UTC (rev 29047)
+++ packages/ipython/trunk/debian/rules 2014-05-24 10:59:36 UTC (rev 29048)
@@ -42,8 +42,10 @@
cd build && LC_ALL=C.UTF-8 HOME=$(CURDIR)/build \
PATH=$(CURDIR)/debian/tmp/usr/bin/:$(PATH) PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python2.7/dist-packages \
xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" \
- iptest -- -e test_not_writable_ipdir -e test_console_starts \
+ iptest2 -- -e test_not_writable_ipdir -e test_console_starts \
-e test_constructor -e test_notebook_help;
+else
+ :
endif
override_dh_auto_install:
More information about the Python-modules-commits
mailing list