diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-10-17 16:37:20 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-10-17 16:37:20 (GMT) |
| commit | 128086366a605d15a1a331e53e516f3e2a2acab3 (patch) | |
| tree | 060d9261e777b81a4276695532b35a3b00caaa52 /library/tcltest | |
| parent | da2d06ef7001453e949f73dff29d7f3720c11cee (diff) | |
| parent | e154c5151281fbbe01ef1361f5f6980a5ec5a6d3 (diff) | |
| download | tcl-128086366a605d15a1a331e53e516f3e2a2acab3.zip tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.gz tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.bz2 | |
merge 8.7
Diffstat (limited to 'library/tcltest')
| -rw-r--r-- | library/tcltest/tcltest.tcl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index eb42ff1..f1b6082 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -1254,10 +1254,6 @@ proc tcltest::DefineConstraintInitializers {} { ConstraintInitializer interactive \ {expr {[info exists ::tcl_interactive] && $::tcl_interactive}} - # Skip slow tests (to enable slow tests add parameter `-constraints slowTest`) - - ConstraintInitializer slowTest {format 0} - # Some tests can only be run if the installation came from a CD # image instead of a web image. Some tests must be skipped if you # are running as root on Unix. Other tests can only be run if you |
