[gdb/testsuite] Fix gdb.python/tui-window.exp for remote host
authorTom de Vries <tdevries@suse.de>
Mon, 13 Mar 2023 16:20:09 +0000 (17:20 +0100)
committerTom de Vries <tdevries@suse.de>
Mon, 13 Mar 2023 16:20:09 +0000 (17:20 +0100)
commit1cdf05cd2d1d8be9a655f941b4e4037170ae394f
tree9a19d25e4f591f7a138de61b7713070ea30f3775
parent0020d62fb3cd384d5f3d23f1877d0709a07a7d2b
[gdb/testsuite] Fix gdb.python/tui-window.exp for remote host

When running gdb.python/tui-window.exp with host board
local-remote-host-notty and target board native-gdbserver, I get:
...
UNSUPPORTED: gdb.python/tui-window.exp: TUI not supported
FAIL: gdb.python/tui-window.exp: test title
...

Fix this by adding the missing return after the unsupported.

Tested on x86_64-linux.
gdb/testsuite/gdb.python/tui-window.exp