diff options
Diffstat (limited to 'tests/all.tcl')
-rw-r--r-- | tests/all.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 0a6f57f..d01a54d 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -10,13 +10,8 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -package prefer latest package require Tcl 8.5 package require tcltest 2.2 namespace import tcltest::* configure {*}$argv -testdir [file dir [info script]] -if {[singleProcess]} { - interp debug {} -frame 1 -} runAllTests -proc exit args {} |