summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 12c3ad974..2a3336b78 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -181,6 +181,15 @@ proc log_crashes {} {
incr ::failed
}
}
+
+ set logs [glob */err.txt]
+ foreach log $logs {
+ set res [sanitizer_errors_from_file $log]
+ if {$res != ""} {
+ puts $res
+ incr ::failed
+ }
+ }
}
proc is_alive pid {