diff options
author | Tom de Vries <tdevries@suse.de> | 2023-07-26 21:40:01 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-07-26 21:40:01 +0200 |
commit | afca9a9b4516aa79882c9990a538a9327b602f37 (patch) | |
tree | 601dcfe859cf41df6e2198942c5ca43d6ad43666 /gdb | |
parent | 9d1e07bd19fb126edf5ac8bb098777bee9364ca5 (diff) | |
download | gdb-afca9a9b4516aa79882c9990a538a9327b602f37.zip gdb-afca9a9b4516aa79882c9990a538a9327b602f37.tar.gz gdb-afca9a9b4516aa79882c9990a538a9327b602f37.tar.bz2 |
[gdb/testsuite] Fix gdb.python/py-thread-exited.exp
Two fixes in gdb.python/py-thread-exited.exp:
- fix the copyright notice validity range (PR testsuite/30687):
2022-202 -> 2022-2023, and
- add missing "require allow_python_tests".
Tested on x86_64-linux.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30687
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.python/py-thread-exited.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-thread-exited.exp b/gdb/testsuite/gdb.python/py-thread-exited.exp index a21368b..9575859 100644 --- a/gdb/testsuite/gdb.python/py-thread-exited.exp +++ b/gdb/testsuite/gdb.python/py-thread-exited.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2022-202 Free Software Foundation, Inc. +# Copyright (C) 2022-2023 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,6 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +require allow_python_tests + load_lib gdb-python.exp standard_testfile |