diff options
author | Tom de Vries <tdevries@suse.de> | 2022-10-18 15:32:46 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2022-10-18 15:32:46 +0200 |
commit | 473487c23ee1213bcba6fce37e8676eb39ab9180 (patch) | |
tree | 08174e69512cf69a716e211004fbe0e74b951042 /gdb/c-lang.c | |
parent | 53273099b81ab4bd137efdb9f038e5bf4b5be9bc (diff) | |
download | gdb-473487c23ee1213bcba6fce37e8676eb39ab9180.zip gdb-473487c23ee1213bcba6fce37e8676eb39ab9180.tar.gz gdb-473487c23ee1213bcba6fce37e8676eb39ab9180.tar.bz2 |
[gdb/testsuite] Fix gdb.server/file-transfer.exp with local-remote-host.exp
When running test-case gdb.server/file-transfer.exp with host
board local-remote-host.exp, I get:
...
Executing on host: cmp -s $outputs/gdb.server/file-transfer/file-transfer \
down-server (timeout = 300)
builtin_spawn [open ...]^M
XYZ2ZYX
FAIL: gdb.server/file-transfer.exp: compare intermediate binary file
...
The remote host and remote target cases are handled here together here in proc
test_file_transfer:
...
if {![is_remote host] && ![is_remote target]} {
set up_server [standard_output_file $up_server]
set down_server [standard_output_file $down_server]
}
...
Fix this by handling them separately.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/c-lang.c')
0 files changed, 0 insertions, 0 deletions