diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-evsignal.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-evsignal.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-evsignal.exp b/gdb/testsuite/gdb.python/py-evsignal.exp index 8a39f4e..4138b9c 100644 --- a/gdb/testsuite/gdb.python/py-evsignal.exp +++ b/gdb/testsuite/gdb.python/py-evsignal.exp @@ -13,7 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if {[is_remote target]} { +if {[target_info gdb_protocol] == "remote" + || [target_info gdb_protocol] == "extended-remote"} { # RuntimeError: Could not find event thread kfail "python/12966" "Signal Thread 3" return -1 |