summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-31 08:39:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-31 08:39:50 (GMT)
commit27be6e4e9ada6489a2bb9de775cab72378825b2b (patch)
treec2e372443d6b96e908a4db00bc22d4bd54bdf312 /tests/all.tcl
parent1990c76e8d05fcf48cccabb5d2f1a49c3c99ecd1 (diff)
parentf10bee2648e7e87c576a1afe761e8525255d3a7a (diff)
downloadtcl-robust_async_connect_tests.zip
tcl-robust_async_connect_tests.tar.gz
tcl-robust_async_connect_tests.tar.bz2
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 05d3024..0a6f57f 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 {}