mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +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 " 00008000 +.single" { pass $testname; set x 1 }
|
||||||
-re " ........ +.single" { fail $testname; set x 1 }
|
-re " ........ +.single" { fail $testname; set x 1 }
|
||||||
-re "\[^\n\]*\n" { }
|
-re "\[^\n\]*\n" { }
|
||||||
timeout { error "timeout\n"; break }
|
timeout { perror "timeout\n"; break }
|
||||||
eof { break }
|
eof { break }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user