]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: don't include port numbers in test names
authorAndrew Burgess <aburgess@redhat.com>
Fri, 29 Mar 2024 22:28:44 +0000 (22:28 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 29 Mar 2024 22:28:44 +0000 (22:28 +0000)
commitb5c7f1fd7b9459bbd8b79e7e968aa56b42ff980c
treeace79e3525262e612f40619b17eb218f0d063957
parent43f8b6e2578a76fd96bf08172b2ea6fdcaf6c2e4
gdb/testsuite: don't include port numbers in test names

The gdb.python/py-cmd-prompt.exp script includes a test that has a
gdbserver port number within a test name.  As port numbers can change
from one test run to the next (depending on what else is running on
the machine at the time), this can make it hard to compare test
results between runs.

Give the test a specific name to avoid including the port number.

There is no change in what is tested after this commit.
gdb/testsuite/gdb.python/py-cmd-prompt.exp