summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index d3b1b50cd..156c92706 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -155,7 +155,7 @@ proc log_crashes {} {
set logs [glob */err.txt]
foreach log $logs {
- set res [find_valgrind_errors $log]
+ set res [find_valgrind_errors $log true]
if {$res != ""} {
puts $res
incr ::failed