[Zope-dev] zope.testing.testrunner: The command line is too long
Adam GROSZER
agroszer at gmail.com
Thu May 27 06:21:56 EDT 2010
Hello,
Does anyone know why the testrunner of zope.testing-3.5.6 wants to
launch the subprocess with the following parameteres?
...
"c:\\2\\zope.tales-3.4.0-py2.5.egg" "--default" "--test-path" "--default" "c:\\2
\\zope.testbrowser-3.4.2-py2.5.egg" "--default" "--test-path" "--default" "c:\\2
\\zope.testing-3.5.6-py2.5.egg" "--default" "--test-path" "--default" "c:\\2\\zo
pe.testrecorder-0.3.0-py2.5.egg" "--default" "--test-path" "--default" "c:\\2\\z
ope.thread-3.4-py2.5.egg" "--default" "--test-path" "--default" "c:\\2\\zope.tra
versing-3.4.1-py2.5.egg" "--default" "--test-path" "--default" "c:\\2\\zope.view
let-3.4.2-py2.5.egg" "--default" "--test-path" "--default" "c:\\2\\zope.wfmc-3.4
.0-py2.5.egg" "--default" "--test-path" "--default" "c:\\2\\zope.xmlpickle-3.4.0
-py2.5.egg" "-vv1"
That causes
Traceback (most recent call last):
File "C:\1\34\test\bin\test-script.py", line 341, in <module>
'--test-path', 'c:\\2\\zope.xmlpickle-3.4.0-py2.5.egg',
File "c:\2\zope.testing-3.5.6-py2.5.egg\zope\testing\testrunner.py", line 932,
in run
failed = not run_with_options(options)
File "c:\2\zope.testing-3.5.6-py2.5.egg\zope\testing\testrunner.py", line 1105
, in run_with_options
failures, errors)
File "c:\2\zope.testing-3.5.6-py2.5.egg\zope\testing\testrunner.py", line 1326
, in resume_tests
raise SubprocessError(line+suberr.read())
zope.testing.testrunner.SubprocessError: The command line is too long.
on win2003 server x64.
This is while trying to run the tests of KGS3.4.1
--
Best regards,
Adam GROSZER mailto:agroszer at gmail.com
--
Quote of the day:
Just remember- when you think all is lost, the future remains.
- Bob Goddard
More information about the Zope-Dev
mailing list