From: Tom Tromey Date: Sun, 27 Jan 2019 21:51:03 +0000 (-0700) Subject: Remove duplicate skip_python_tests invocation X-Git-Tag: gdb-8.3-release~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dbc40b9d70b95717abb0db6865a12ebd7d91b06;p=thirdparty%2Fbinutils-gdb.git Remove duplicate skip_python_tests invocation 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 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to skip_python_tests. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a4ab85ff844..1bf94b0abd6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-01-27 Tom Tromey + + * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to + skip_python_tests. + 2019-01-24 Alan Hayward * gdb.base/infcall-nested-structs.c (struct struct_static_02_01): diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.exp b/gdb/testsuite/gdb.python/py-finish-breakpoint.exp index 27987c2092d..293c9138c84 100644 --- a/gdb/testsuite/gdb.python/py-finish-breakpoint.exp +++ b/gdb/testsuite/gdb.python/py-finish-breakpoint.exp @@ -53,9 +53,6 @@ if { $gdb_py_is_py24 == 1 } { return 0 } -# Skip all tests if Python scripting is not enabled. -if { [skip_python_tests] } { continue } - # # Test FinishBreakpoint in normal conditions #