mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-29 04:03:33 +08:00
Change "error" to "perror".
This commit is contained in:
parent
25200748a2
commit
d8e882a899
@ -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 New Issue
Block a user