The personal config file is used to customize runtest's
behaviour
for each person. It's typically used to set the user prefered setting
for verbosity, and any experimental Tcl procedures. My personal
`~/.dejagnurc' file looks like:
set all_flag 1 set RLOGIN /usr/ucb/rlogin set RSH /usr/ucb/rsh
Here I set all_flag
so I see all the test cases that PASS along
with the ones that FAIL. I also set RLOGIN and RSH
to the
BSD version. I have kerberos
installed, and when I rlogin to a
target board, it usually isn't supported. So I use the non secure
versions of these programs rather than the default that's in my path.
Go to the first, previous, next, last section, table of contents.