diff options
author | dgp <dgp@users.sourceforge.net> | 2002-08-08 14:50:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-08-08 14:50:50 (GMT) |
commit | 16d302504c7db41e690e330b251cd9f34b99fde5 (patch) | |
tree | 6889fea1cb8d3d5ec1c4c6f07a7b1bf617358edd | |
parent | a14b181528a1a716c2e64fb5f54fc13fdc439ea7 (diff) | |
download | tcl-16d302504c7db41e690e330b251cd9f34b99fde5.zip tcl-16d302504c7db41e690e330b251cd9f34b99fde5.tar.gz tcl-16d302504c7db41e690e330b251cd9f34b99fde5.tar.bz2 |
* tests/README: Noted removal of defs.tcl.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | tests/README | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2002-08-08 Don Porter <dgp@users.sourceforge.net> + + * tests/README: Noted removal of defs.tcl. + 2002-08-08 Jeff Hobbs <jeffh@ActiveState.com> *** 8.4b2 TAGGED FOR RELEASE *** diff --git a/tests/README b/tests/README index c0e02b9..19a8025 100644 --- a/tests/README +++ b/tests/README @@ -1,6 +1,6 @@ README -- Tcl test suite design document. -RCS: @(#) $Id: README,v 1.10 2002/08/08 08:55:24 hobbs Exp $ +RCS: @(#) $Id: README,v 1.11 2002/08/08 14:50:51 dgp Exp $ Contents: --------- @@ -81,7 +81,7 @@ the constraints mechanism to skip those tests. 4) The "all" file is now called "all.tcl" -5) The "defs" file no longer exists. +5) The "defs" and "defs.tcl" files no longer exist. 6) Instead of creating a doAllTests file in the tests directory, to run all nonPortable tests, just use the "-constraints nonPortable" |