From 2a6f4740ff77daccffc2091d0e1815a8e4fc5597 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Fri, 16 Sep 2016 09:08:28 +1000 Subject: tests/runall: don't abort if signal.test exits Signed-off-by: Steve Bennett --- tests/runall.tcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/runall.tcl') diff --git a/tests/runall.tcl b/tests/runall.tcl index e51d520..2b1c15a 100644 --- a/tests/runall.tcl +++ b/tests/runall.tcl @@ -26,7 +26,9 @@ if {[info commands interp] eq ""} { if {$script eq "signal.test"} { # special case, can't run this in a child interpeter - source $script + catch -exit { + source $script + } foreach var {pass fail skip tests} { incr total($var) $testinfo(num$var) } -- cgit v1.1