I have written a script for BurnInTest in which I have:
The documenation is also confusing because it claims the log file named must be "executable" (??? does not compute! ).
=================
I solved the issue. Doing a LOAD of a configuation file, apparently also resets the log file name.
SETLOG "abcd.log"
The log created when the script is run is not named "abcd.log. It is named based on the Configuration / Test Preferences / Logging settings instead.The documenation is also confusing because it claims the log file named must be "executable" (??? does not compute! ).
=================
I solved the issue. Doing a LOAD of a configuation file, apparently also resets the log file name.
Comment