summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2001-09-11 17:30:43 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2001-09-11 17:30:43 (GMT)
commit7307971e1184c9d3e64d77607a84ab001f807449 (patch)
tree3aa5eb1cf77caaafbe55ca0ec23b1e0b901f8520 /tests/all.tcl
parent54c43350bcd589f2bbbb42206ee3a24f5b306e65 (diff)
downloadtcl-7307971e1184c9d3e64d77607a84ab001f807449.zip
tcl-7307971e1184c9d3e64d77607a84ab001f807449.tar.gz
tcl-7307971e1184c9d3e64d77607a84ab001f807449.tar.bz2
* The changes below are a fix for [219253].
* tests/socket.test: Removed _most_ instances of hardwired port numbers for listening sockets. Remaining are the ports in all tests with constraint 'doTestsWithRemoteServer'. These seem to be designed for a more controlled environment and are usually skipped when running the testsuite. * tests/io.test: Removed all instances of hardwired port numbers for listening sockets. FossilOrigin-Name: ae3d71b80ffb09201adfc684041614f57b6ca7ba
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 7918117..628710e 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -8,11 +8,15 @@
# Copyright (c) 2000 by Ajuba Solutions
# All rights reserved.
#
-# RCS: @(#) $Id: all.tcl,v 1.12 2000/10/24 22:30:35 jenn Exp $
+# RCS: @(#) $Id: all.tcl,v 1.13 2001/09/11 17:30:44 andreas_kupries Exp $
set tcltestVersion [package require tcltest]
namespace import -force tcltest::*
+tcltest::singleProcess 1
+tcltest::matchFiles socket.test
+tcltest::verbose {pass start}
+
tcltest::testsDirectory [file dir [info script]]
tcltest::runAllTests