r2268 - in zope.testrunner/trunk/debian (test_helper_3)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed May 18 11:29:39 UTC 2011


    Date: Wednesday, May 18, 2011 @ 11:29:36
  Author: arnau
Revision: 2268

Fix typo

Modified:
  zope.testrunner/trunk/debian/test_helper_3

Modified: zope.testrunner/trunk/debian/test_helper_3
===================================================================
--- zope.testrunner/trunk/debian/test_helper_3	2011-05-18 11:18:54 UTC (rev 2267)
+++ zope.testrunner/trunk/debian/test_helper_3	2011-05-18 11:29:36 UTC (rev 2268)
@@ -16,5 +16,5 @@
 for python in ${PY3VERS}; do
     py_libdir_sh=$(${python} -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())')
     echo Running tests for ${python}: /usr/bin/zope-testrunner -k --test-path ${py_libdir_sh} ${testfilter}
-    ${python} /usr/bin/zope-testrunner-3 -k --test-path ${py_libdir_sh} ${testfilter}
+    ${python} /usr/bin/zope-testrunner3 -k --test-path ${py_libdir_sh} ${testfilter}
 done




More information about the pkg-zope-developers mailing list