[Python-modules-commits] r26681 - in packages/babelfish/trunk/debian/tests (unittests)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Fri Dec 6 13:36:23 UTC 2013


    Date: Friday, December 6, 2013 @ 13:36:22
  Author: emillon-guest
Revision: 26681

babelfish: fix autopkgtest

Modified:
  packages/babelfish/trunk/debian/tests/unittests

Modified: packages/babelfish/trunk/debian/tests/unittests
===================================================================
--- packages/babelfish/trunk/debian/tests/unittests	2013-12-06 13:20:57 UTC (rev 26680)
+++ packages/babelfish/trunk/debian/tests/unittests	2013-12-06 13:36:22 UTC (rev 26681)
@@ -2,5 +2,5 @@
 set -ex
 
 cd "$ADTTMP"
-nosetests  babelfish.tests 2>&1
-nosetests3 babelfish.tests 2>&1
\ No newline at end of file
+python  -m babelfish.tests 2>&1
+python3 -m babelfish.tests 2>&1




More information about the Python-modules-commits mailing list