Message10405
This is most likely truncation of the command line passed to the sub-process. The subprocess resource must be enable in regrtest to evoke the relevant test cases.
>dist\bin\jython -m test.regrtest -u subprocess -v test_chdir
test_chdir
...
test_popen (test.test_chdir.SubprocessTestCase) ... File "<string>", line 1
import
^
SyntaxError: mismatched input '\n\n' expecting NAME
ERROR
test_subprocess (test.test_chdir.SubprocessTestCase) ... File "<string>", line 1
import
^
SyntaxError: mismatched input '\n\n' expecting NAME
FAIL
test_system (test.test_chdir.SubprocessTestCase) ... File "<string>", line 1
import
^
SyntaxError: mismatched input '\n\n' expecting NAME
FAIL
...
----------------------------------------------------------------------
Ran 45 tests in 12.215s
FAILED (failures=2, errors=1) |
|
Date |
User |
Action |
Args |
2015-10-29 16:52:27 | jeff.allen | set | recipients:
+ jeff.allen |
2015-10-29 16:52:27 | jeff.allen | set | messageid: <1446137547.66.0.79820335413.issue2418@psf.upfronthosting.co.za> |
2015-10-29 16:52:27 | jeff.allen | link | issue2418 messages |
2015-10-29 16:52:27 | jeff.allen | create | |
|