mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Tweak to run under either version of expect. Add a hack-around for a
dejagnu 1.1.1 (only) bug.
This commit is contained in:
@ -79,3 +79,8 @@ proc do_930509a {} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_930509a
|
do_930509a
|
||||||
|
# FIXME: this is here cause of a bug in DejaGnu 1.1.1. When it is no longer
|
||||||
|
# in use, then this can be removed.
|
||||||
|
if [info exists errorInfo] then {
|
||||||
|
unset errorInfo
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user