Change "error" to "perror".
This commit is contained in:
parent
25200748a2
commit
d8e882a899
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ proc dotest {} {
|
|||
-re " 00008000 +.single" { pass $testname; set x 1 }
|
||||
-re " ........ +.single" { fail $testname; set x 1 }
|
||||
-re "\[^\n\]*\n" { }
|
||||
timeout { error "timeout\n"; break }
|
||||
timeout { perror "timeout\n"; break }
|
||||
eof { break }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue