[Python-modules-commits] r23844 - in packages/sphinxcontrib-spelling/trunk/debian/tests (1 file)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri Apr 5 02:39:14 UTC 2013
Date: Friday, April 5, 2013 @ 02:39:13
Author: eriol-guest
Revision: 23844
Enhanced autopkgtests unittests
Modified:
packages/sphinxcontrib-spelling/trunk/debian/tests/unittests
Modified: packages/sphinxcontrib-spelling/trunk/debian/tests/unittests
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/tests/unittests 2013-04-05 01:03:04 UTC (rev 23843)
+++ packages/sphinxcontrib-spelling/trunk/debian/tests/unittests 2013-04-05 02:39:13 UTC (rev 23844)
@@ -1,7 +1,12 @@
#!/bin/sh
set -efu
-for py in $(pyversions -rv); do
+pys="$(pyversions -rv 2>/dev/null)"
+
+cp -r test "$ADTTMP/"
+cd "$ADTTMP"
+
+for py in $pys; do
echo "=== python$py ==="
- nosetests-$py 2>&1
+ nosetests-$py --verbose 2>&1
done
More information about the Python-modules-commits
mailing list