Changes between Version 9 and Version 10 of TesterDocumentation


Ignore:
Timestamp:
07/19/11 06:52:24 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TesterDocumentation

    v9 v10  
    8989}}}
    9090
    91 Please note that we would like to have both ''success'' and ''failure reports''.
     91Whenever possible, also provide logs with appropriate log level from both the client and server; see ''--verb'' in OpenVPN [http://openvpn.net/index.php/open-source/documentation/manuals.html man-page]. Only include the log sections that are relevant to the bug, e.g. with something like this:
    9292
     93{{{
     94$ tail -n 0 -f <openvpn-log-file>
     95}}}
     96
     97Note that if you're testing out a ''new feature'' or trying to ''reproduce a bug'', we'd like to have both ''success'' and ''failure reports''.
     98