Hi,
I was not able to run the sample test case sisyphe as I have indicate in my
previous post
www.opentelemac.org/index.php/kunena/17-...oral-test-case#16614
The error was due to the long path of dictionary file as on my system.
In the previous version that is V6P3 the appropriate field were getting
continued on next line (limited to 72 characters) when the steering file was written in the temporary folder.
However in version V7P0 this does not happen and the steering file is written as it is.
I analyzed the code runcode.py in version V7P0 and check that the statement on line no. 305, which results in the writing the steering file as it is,
rewriteCAS(cas) has been commented,
elif iFiles[k].split(';')[5][0:3] == 'CAS':
#print ' re-writing: ', crun
#putFileContent(crun,rewriteCAS(cas))
print ' re-copying: ', crun
putFileContent(crun,cas[0])
Has the command rewriteCAS(cas) being purposely omitted due to any reason.
If yes then is there any other workaround proposed to solve the problem.
Tentatively I am thinking of modifying the code for my use by including the statement rewriteCAS(cas).
Thanks,
Gourish