diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-07 11:48:45 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:57 -0700 |
commit | b963a97fb1cd04beb40a5d69599c74f5da933e78 (patch) | |
tree | 982475218abf3946ac7d7c894a1f13dc73c89e6c /gdb/testsuite/gdb.server/ext-run.exp | |
parent | 79749205e72ace5dbec6f797b334c842dab1a45c (diff) | |
download | gdb-b963a97fb1cd04beb40a5d69599c74f5da933e78.zip gdb-b963a97fb1cd04beb40a5d69599c74f5da933e78.tar.gz gdb-b963a97fb1cd04beb40a5d69599c74f5da933e78.tar.bz2 |
Rename to allow_xml_test
This changes gdb_skip_xml_test to invert the sense, and renames it to
allow_xml_test.
Diffstat (limited to 'gdb/testsuite/gdb.server/ext-run.exp')
-rw-r--r-- | gdb/testsuite/gdb.server/ext-run.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.server/ext-run.exp b/gdb/testsuite/gdb.server/ext-run.exp index 7cfd2bf..2add84e 100644 --- a/gdb/testsuite/gdb.server/ext-run.exp +++ b/gdb/testsuite/gdb.server/ext-run.exp @@ -27,8 +27,8 @@ if {[build_executable $testfile.exp $testfile $srcfile debug] == -1} { return -1 } -# gdb_skip_xml_test must be called while gdb is not running. -set do_xml_test [expr ![gdb_skip_xml_test]] +# allow_xml_test must be called while gdb is not running. +set do_xml_test [allow_xml_test] save_vars { GDBFLAGS } { # If GDB and GDBserver are both running locally, set the sysroot to avoid |