Mostly cleanup. Doesn't prints it's own pass/fail message anymore.
This commit is contained in:
parent
9ef534b90d
commit
0fd9814fe5
1 changed files with 0 additions and 4 deletions
|
@ -65,16 +65,12 @@ proc util_test { args } {
|
|||
set comp_output [util_start $cmd $cmd_arg $file]
|
||||
|
||||
if [regexp "$pattern" $comp_output] then {
|
||||
pass "$message"
|
||||
return 0
|
||||
}
|
||||
|
||||
if [string match "" $comp_output] then {
|
||||
warning "Got no output."
|
||||
return 1
|
||||
}
|
||||
|
||||
fail "$message"
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue