run_tests "ERROR: Cannot open connected subprocess" for several tests #246
-
After installing v 2.17 the result of test/run_tests was:
All the error message contained text similar to the following except the sub-process called was different:
Attached is the output of run_tests sysgen did seem to finish without problems prior to the tests running. At least
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It would still be useful to attach the build log. I would recommend to try them out manually in the "ecl" shell; first create a file test-gasdev.x with the content from here. Then start ecl and run the commands as in the log (resp. the link above). The log shows (lines starting with I am afraid that you need to do some debugging here yourself. |
Beta Was this translation helpful? Give feedback.
It would still be useful to attach the build log.
The reason here is unclear; it seems that with the system you (sometimes) can't compile own tasks -- some tasks however seem to work.
I would recommend to try them out manually in the "ecl" shell; first create a file test-gasdev.x with the content from here. Then start ecl and run the commands as in the log (resp. the link above). The log shows (lines starting with
cl>
) what you should input and what you should expect. The xc task you have shown above should produce an output filetest-gasdev.e
, which should have the executable flag set.I am afraid that you need to do some debugging here yourself.