regression
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
7b7b557991
commit
6c7c0b11df
|
|
@ -93,7 +93,7 @@ proc parse_args {} {
|
|||
}
|
||||
|
||||
proc expand_tests { argv } {
|
||||
global test_groups
|
||||
global test_groups errors
|
||||
|
||||
set tests {}
|
||||
foreach arg $argv {
|
||||
|
|
@ -111,7 +111,8 @@ proc expand_tests { argv } {
|
|||
lappend tests $arg
|
||||
} else {
|
||||
puts "Error: test $arg not found."
|
||||
}
|
||||
incr errors(no_cmd)
|
||||
}
|
||||
}
|
||||
return $tests
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue