Skip to content

Ability to define log file location and name #142

Answered by sm-shaw
jagriffin5 asked this question in Q&A
Discussion options

You must be logged in to vote

Setting the location of the log file was already meant to be possible, however a bug that is fixed for v4.0 corrects this. This is defined in issue #125. It can corrected in previous versions by editing src/generic/genvu.tcl and adding "global env" just below proc findtempdir as follows:

proc findtempdir {} {
global env

Then as per the issue you can define the TMP environment variable and it will pick this up correctly and use it. There is already the option to use a unique filename but not define one.
Saying this it is recognised for automation that there needs to be a more straightforward way of picking up results for a particular test run. As a result it is planned to put all of the r…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by abondvt89
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #142 on December 16, 2020 18:03.