[Python-modules-commits] r33981 - in packages/shiboken/trunk/debian (rules)
odyx at users.alioth.debian.org
odyx at users.alioth.debian.org
Mon Aug 24 15:42:35 UTC 2015
Date: Monday, August 24, 2015 @ 15:42:33
Author: odyx
Revision: 33981
Run tests for python3.5-dbg, not twice for python3.4-dbg
Modified:
packages/shiboken/trunk/debian/rules
Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules 2015-08-24 15:41:57 UTC (rev 33980)
+++ packages/shiboken/trunk/debian/rules 2015-08-24 15:42:33 UTC (rev 33981)
@@ -133,7 +133,7 @@
override_dh_auto_test_dbg-3.5:
# The tests for the other and sample libraries segfault. The same goes for the shiboken_module.
- dh_auto_test -a --builddirectory=build-3.4-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
+ dh_auto_test -a --builddirectory=build-3.5-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
override_dh_auto_test-%:
dh_auto_test -a --builddirectory=build-$*
More information about the Python-modules-commits
mailing list