diff options
-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" |