diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-22 12:05:39 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-04 10:56:36 -0700 |
commit | 8c639e7374a512c66850f636860140530c30b44f (patch) | |
tree | 20248ab7047366b96f5291d173f985c700a66c37 /gdb/testsuite/gdb.stabs | |
parent | 5030a410ad1bd9a1d4aecf101ec1fa3519f04ed0 (diff) | |
download | gdb-8c639e7374a512c66850f636860140530c30b44f.zip gdb-8c639e7374a512c66850f636860140530c30b44f.tar.gz gdb-8c639e7374a512c66850f636860140530c30b44f.tar.bz2 |
fix weird.exp for parallel testing
This fixes up gdb.stabs/weird.exp for parallel testing. This just
means using gdb_remote_download and standard_output_file, so that the
tests end up in the right place.
2013-11-04 Tom Tromey <tromey@redhat.com>
* gdb.stabs/weird.exp: Use gdb_remote_download and
standard_output_file.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index bf0fdba..64e6082 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -292,7 +292,8 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -set binfile [remote_download host ${binfile} object.o] +set binfile [gdb_remote_download host ${binfile} \ + [standard_output_file object.o]] send_gdb "file $binfile\n" # If $binfile is very long, a \r (but not a \n) will echo in the # middle of the echo of the command. So to match the echo, we |