diff options
author | dgp <dgp@users.sourceforge.net> | 2004-02-18 01:41:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-02-18 01:41:42 (GMT) |
commit | cce5798dd2f809a21574d3cfec62dc1884b2f25b (patch) | |
tree | 817c33d9c2d2280f97c309aade58a91368a9bb36 /doc | |
parent | 3b42af40c28d1d90b1e03fed0113b81b686326d5 (diff) | |
download | tcl-cce5798dd2f809a21574d3cfec62dc1884b2f25b.zip tcl-cce5798dd2f809a21574d3cfec62dc1884b2f25b.tar.gz tcl-cce5798dd2f809a21574d3cfec62dc1884b2f25b.tar.bz2 |
* doc/tcltest.n:
* library/tcltest/tcltest.tcl: Changed -verbose default value to
{body error} so that detailed information on unexpected errors in
tests is provided by default, even after the fix for [Bug 725253]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tcltest.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index 9f18320..1feedda 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -8,7 +8,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tcltest.n,v 1.41 2003/07/18 21:15:13 dgp Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.42 2004/02/18 01:41:42 dgp Exp $ '\" .so man.macros .TH "tcltest" n 2.2 tcltest "Tcl Bundled Packages" @@ -18,7 +18,7 @@ tcltest \- Test harness support code and utilities .SH SYNOPSIS .nf -\fBpackage require tcltest ?2.2.3?\fR +\fBpackage require tcltest ?2.2.5?\fR .sp \fBtcltest::test \fIname description ?option value ...?\fR \fBtcltest::test \fIname description ?constraints? body result\fR @@ -763,7 +763,8 @@ harness are doing. \fB-verbose \fIlevel\fR Sets the type of output verbosity desired to \fIlevel\fR, a list of zero or more of the elements \fBbody\fR, \fBpass\fR, -\fBskip\fR, \fBstart\fR, and \fBerror\fR. Default value is \fBbody\fR. +\fBskip\fR, \fBstart\fR, and \fBerror\fR. Default value +is \fB{body error}\fR. Levels are defined as: .RS .IP "body (b)" |