mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Change "error" to "perror".
This commit is contained in:
@ -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 }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user