summaryrefslogtreecommitdiffstats
path: root/library/tcltest
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-05-26 16:24:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-05-26 16:24:32 (GMT)
commit9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9 (patch)
treef2c96e617c7a1b44387f1aecd456d549c3660404 /library/tcltest
parentdc99340ce6d28dea1878ff46900fcd01528947cb (diff)
downloadtcl-9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9.zip
tcl-9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9.tar.gz
tcl-9cefb7f497fab0c1e5c76c1ec4f51587c0889eb9.tar.bz2
* library/tcltest/tcltest.tcl: Correction to debug prints and testing
* library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Corrected * tests/tcltest.test: double increment of numTestFiles in -singleproc 1 configurations. Updated tcltest-19.1 to tcltest 2.1 behavior. Corrected tcltest-25.3 to not falsely report a failure in tcltest.test. Bumped to tcltest 2.2.6. [Bugs 960560, 960926]
Diffstat (limited to 'library/tcltest')
-rw-r--r--library/tcltest/tcltest.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index 5af8b18..85d86db 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -16,7 +16,7 @@
# Contributions from Don Porter, NIST, 2002. (not subject to US copyright)
# All rights reserved.
#
-# RCS: @(#) $Id: tcltest.tcl,v 1.78.2.9 2004/05/26 15:13:49 dgp Exp $
+# RCS: @(#) $Id: tcltest.tcl,v 1.78.2.10 2004/05/26 16:24:37 dgp Exp $
package require Tcl 8.3 ;# uses [glob -directory]
namespace eval tcltest {
@@ -2418,7 +2418,6 @@ proc tcltest::cleanupTests {{calledFromAllFile 0}} {
# then add current file to failFile list if any tests in this
# file failed
- incr numTestFiles
if {$currentFailure \
&& ([lsearch -exact $failFiles $testFileName] == -1)} {
lappend failFiles $testFileName