manpagez: man pages & more
info dejagnu
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.0.4 Personal Config File

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.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.