We don't want to execute this test if Python support is not compiled in
GDB, add the necessary check.
gdb/testsuite/ChangeLog:
* gdb.python/flexible-array-member.exp: Add check for Python
support.
Change-Id: I853b937d2a193a0bb216566bef1a35354264b1c5
+2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * gdb.python/flexible-array-member.exp: Add check for Python
+ support.
+
2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
PR gdb/27757
return
}
+# Skip all tests if Python scripting is not enabled.
+if { [skip_python_tests] } { continue }
+
if { ![runto break_here] } {
untested "could not run to break_here"
return