From 15c59e752701d75499a9b6da158a23f86f014ab4 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 25 Apr 2026 16:05:09 -0700 Subject: [PATCH] regression.tcl Signed-off-by: James Cherry --- test/regression.tcl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/regression.tcl b/test/regression.tcl index 3afe8287..bec27ac3 100755 --- a/test/regression.tcl +++ b/test/regression.tcl @@ -156,11 +156,8 @@ proc expand_tests { argv } { lappend tests $test } } - } elseif { [lsearch [group_tests "all"] $arg] != -1 } { - lappend tests $arg } else { - puts "Error: test $arg not found." - incr errors(no_cmd) + lappend tests $arg } } return $tests