diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-31 07:35:18 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-31 07:35:18 +0000 |
commit | 75d9f9ff36783c9397cdda540e10cae98f1dd1a0 (patch) | |
tree | 68c478eed23a3f35826f6363e16f76bdfe9c4de3 /gdb/testsuite/gdb.base/valgrind-db-attach.exp | |
parent | gdb/ (diff) | |
download | binutils-gdb-75d9f9ff36783c9397cdda540e10cae98f1dd1a0.tar.gz binutils-gdb-75d9f9ff36783c9397cdda540e10cae98f1dd1a0.tar.bz2 binutils-gdb-75d9f9ff36783c9397cdda540e10cae98f1dd1a0.zip |
gdb/testsuite/
* gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
Diffstat (limited to 'gdb/testsuite/gdb.base/valgrind-db-attach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/valgrind-db-attach.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.exp b/gdb/testsuite/gdb.base/valgrind-db-attach.exp index b14401fd4b0..313e4e07439 100644 --- a/gdb/testsuite/gdb.base/valgrind-db-attach.exp +++ b/gdb/testsuite/gdb.base/valgrind-db-attach.exp @@ -13,6 +13,11 @@ # 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] { + # The test always runs locally. + return 0 +} + set test valgrind-db-attach set srcfile $test.c set executable $test |