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