aboutsummaryrefslogtreecommitdiff
path: root/tests/return.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/return.test')
-rw-r--r--tests/return.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/return.test b/tests/return.test
index 6fcef8c..94e38a3 100644
--- a/tests/return.test
+++ b/tests/return.test
@@ -1,4 +1,4 @@
-source testing.tcl
+source [file dirname [info script]]/testing.tcl
# return -code
@@ -46,3 +46,5 @@ test return-2.5 {return -level 1} {
test return-2.6 {return -level 2} {
list [catch {b 2 20 text} msg] $msg
} {20 text}
+
+testreport