diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-09-13 19:07:18 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-09-13 19:07:18 (GMT) |
commit | 52821e0f27d0aa164d7f729fbe6d8098bbfa39dc (patch) | |
tree | 546e7d266490a41408f6f81037e3d6dfaa7f0efc /ChangeLog | |
parent | c916fe379954795d7ee50db527b7e43f110e0672 (diff) | |
download | tcl-52821e0f27d0aa164d7f729fbe6d8098bbfa39dc.zip tcl-52821e0f27d0aa164d7f729fbe6d8098bbfa39dc.tar.gz tcl-52821e0f27d0aa164d7f729fbe6d8098bbfa39dc.tar.bz2 |
* tests/ioCmd.test: Changed the computation of the result for
iocmd-8.1[123] so that the tests work for single- and
multi-process execution of the testsuite. Depending on the
choice of the user stdout is a tty or not and thus reports
different channel options. Fixes [460993] reported by Don
Porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2001-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * tests/ioCmd.test: Changed the computation of the result for + iocmd-8.1[123] so that the tests work for single- and + multi-process execution of the testsuite. Depending on the + choice of the user stdout is a tty or not and thus reports + different channel options. Fixes [460993] reported by Don + Porter. + 2001-09-13 Miguel Sofer <msofer@users.sourceforge.net> * doc/ParseCmd.3: @@ -11,7 +20,6 @@ same duties but adheres to the standard return convention for Tcl evaluations; the deprecated function could only return TCL_OK or TCL_ERROR, which caused [Bug: 219384] and [Bug: 455151]. - 2001-09-12 Mo DeJong <mdejong@users.sourceforge.net> |