summaryrefslogtreecommitdiffstats
path: root/tests/pkg.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-06-27 17:22:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-06-27 17:22:40 (GMT)
commit00a84e3e9482271c8f74d33197f29e3fb803e7b4 (patch)
tree02f005d7e66201bce02b93f1e4ace511917609ac /tests/pkg.test
parent051e42a40afc1190bf39f9452f7f9e3d48534ebe (diff)
downloadtcl-00a84e3e9482271c8f74d33197f29e3fb803e7b4.zip
tcl-00a84e3e9482271c8f74d33197f29e3fb803e7b4.tar.gz
tcl-00a84e3e9482271c8f74d33197f29e3fb803e7b4.tar.bz2
* tests/init.test: Added [cleanupTests] to report results of tests
* tests/pkg.test: that run in slave interps. [Bugs 761334,761344] * tests/http.test: Used more reliable path to find httpd script.
Diffstat (limited to 'tests/pkg.test')
-rw-r--r--tests/pkg.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pkg.test b/tests/pkg.test
index 9dd0784..189d2c1 100644
--- a/tests/pkg.test
+++ b/tests/pkg.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: pkg.test,v 1.9 2001/08/06 19:13:29 dgp Exp $
+# RCS: @(#) $Id: pkg.test,v 1.10 2003/06/27 17:22:41 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -645,6 +645,7 @@ set auto_path $oldPath
package unknown $oldPkgUnknown
concat
+cleanupTests
}
# cleanup