diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-14 06:49:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-08-14 06:49:43 (GMT) |
commit | 6a16cf1ec7f234745538fef60698636ef3fa8ae0 (patch) | |
tree | d6e24837a751b7811519ddca26c78c0749352f8d /tests/all.tcl | |
parent | 243677b26030126b72b860fa100bfcfed3654cbe (diff) | |
parent | 538b31bdc34b5021d70dfbe2a2787a1293f225a8 (diff) | |
download | tcl-6a16cf1ec7f234745538fef60698636ef3fa8ae0.zip tcl-6a16cf1ec7f234745538fef60698636ef3fa8ae0.tar.gz tcl-6a16cf1ec7f234745538fef60698636ef3fa8ae0.tar.bz2 |
Merge trunk.
Remove (old and deprecated) SystemV timezone information.
Diffstat (limited to 'tests/all.tcl')
-rw-r--r-- | tests/all.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 5fd21ce..69a16ba 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -15,5 +15,8 @@ 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 {} |