[PUSHED] Add missing 'require allow_gdbserver_tests'
Checks
Commit Message
Pushed the following fix:
--
commit 7d24d9879031a9b4dd10704085a621ead95e8370
Author: Andrew Burgess <aburgess@redhat.com>
Date: Sun Jul 21 09:41:30 2024 +0100
gdb/testsuite: Add missing 'require allow_gdbserver_tests'
The commit:
commit 22836ca88591ac7efacf06d5b6db191763fd8aba
Date: Tue May 21 09:57:49 2024 +0100
gdb: check for multiple matching build-id files
Was missing a 'require allow_gdbserver_tests' in a gdbserver test.
Add it now.
@@ -31,6 +31,8 @@ require {!is_remote host}
load_lib gdbserver-support.exp
+require allow_gdbserver_tests
+
standard_testfile
if {[build_executable "failed to prepare" $testfile $srcfile] == -1} {