From 6fd319474fbe5e179464f3d675aae9c06a55e6d6 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 25 Apr 2026 18:59:53 -0700 Subject: [PATCH] regression Signed-off-by: James Cherry --- test/regression.tcl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/regression.tcl b/test/regression.tcl index bec27ac3..523589be 100755 --- a/test/regression.tcl +++ b/test/regression.tcl @@ -522,15 +522,11 @@ proc show_summary {} { if { $valgrind_shared_lib_failure } { puts "WARNING: valgrind failed because the executable is not statically linked." } - puts "See $result_dir for log files" set test_count [llength $tests] if { [found_errors] } { if { $errors(error) != 0 } { puts "Errored $errors(error)/$test_count" } - if { $errors(fail) != 0 } { - puts "Failed $errors(fail)/$test_count" - } if { $errors(leak) != 0 } { puts "Memory leaks in $errors(leak)/$test_count" } @@ -544,7 +540,7 @@ proc show_summary {} { puts "No cmd tcl file for $errors(no_cmd)/$test_count" } if { $errors(fail) != 0 } { - puts "See $diff_file for differences" + puts "Failed $errors(fail)/$test_count" } } else { puts "Passed $test_count"