I noticed that py-finish-breakpoint.exp had two calls to
skip_python_tests, in quick succession. This patch removes the second
one.
gdb/testsuite/ChangeLog
2019-01-27 Tom Tromey <tom@tromey.com>
* gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
skip_python_tests.
+2019-01-27 Tom Tromey <tom@tromey.com>
+
+ * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
+ skip_python_tests.
+
2019-01-24 Alan Hayward <alan.hayward@arm.com>
* gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
return 0
}
-# Skip all tests if Python scripting is not enabled.
-if { [skip_python_tests] } { continue }
-
#
# Test FinishBreakpoint in normal conditions
#