From: Andrew Burgess Date: Fri, 11 Jan 2019 23:27:33 +0000 (+0000) Subject: gdb/testsuite: Don't allow paths to appear in test name X-Git-Tag: binutils-2_32~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6eb6fb6787430a2589e0382aa3e2e4f6f2a0a600;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite: Don't allow paths to appear in test name Having paths in the test names makes it harder to compare results between two runs in different directories. Give the test a name so that the path doesn't appear. gdb/ChangeLog: * gdb.base/style.exp: Don't include path in testname. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b0dec0d9bf8..a6a8ec03ad6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-01-12 Andrew Burgess + + * gdb.base/style.exp: Don't include path in testname. + 2019-01-10 Keith Seitz PR gdb/23712 diff --git a/gdb/testsuite/gdb.base/style.exp b/gdb/testsuite/gdb.base/style.exp index 268f8018cd9..78d04b02903 100644 --- a/gdb/testsuite/gdb.base/style.exp +++ b/gdb/testsuite/gdb.base/style.exp @@ -54,4 +54,5 @@ save_vars { env(TERM) } { set quoted [string_to_regexp $binfile] gdb_test "file $binfile" \ "Reading symbols from \033\\\[32m${quoted}\033\\\[m..." \ + "filename is styled when loading symbol file" }