gdb/testsuite: add missing skip_python_tests call in py-doc-reformat.exp
authorAndrew Burgess <aburgess@redhat.com>
Mon, 6 Jun 2022 11:16:56 +0000 (12:16 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 6 Jun 2022 11:34:24 +0000 (12:34 +0100)
In commit:

  commit 51e8dbe1fbe7d8955589703140ca5eba7b4f1bd7
  Date:   Mon May 16 19:26:54 2022 +0100

      gdb/python: improve formatting of help text for user defined commands

the test that was added (gdb.python/py-doc-reformat.exp) was missing a
call to skip_python_tests.  As a result, this test would fail for any
GDB built within Python support.

This commit adds a call to skip_python_tests.

gdb/testsuite/gdb.python/py-doc-reformat.exp

index aae3939bd07a16c954383f6fee34d51dd3a1168d..f0cfa278557bec63784a08e21774567314b8094e 100644 (file)
 
 load_lib gdb-python.exp
 
+# Check that Python is supported.
+clean_restart
+if { [skip_python_tests] } { continue }
+
 # A global counter used to number the tests.
 set idx 0