aboutsummaryrefslogtreecommitdiff
path: root/tests/runall.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runall.tcl')
-rw-r--r--tests/runall.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runall.tcl b/tests/runall.tcl
index 5c9aa8b..55d6df7 100644
--- a/tests/runall.tcl
+++ b/tests/runall.tcl
@@ -26,7 +26,7 @@ if {[info commands interp] eq ""} {
foreach script [lsort [glob $testdir/*.test]] {
set ::argv0 $script
- if {[file tail $script] in {signal.test exec2.test}} {
+ if {[file tail $script] in {signal.test event.test exec2.test}} {
# special case, can't run these in a child interpeter
catch -exit {
source $script