Give a test a proper name in order to avoid including a path in the
test name.
gdb/testsuite/ChangeLog:
* gdb.python/py-parameter.exp: Give a test a proper name to avoid
including a path in the test name.
+2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * gdb.python/py-parameter.exp: Give a test a proper name to avoid
+ including a path in the test name.
+
2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
* gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
"check modified data-directory at the CLI"
# Now lets set the data-directory back to what it was initially.
-gdb_test_no_output "set data-directory ${dd}"
+gdb_test_no_output "set data-directory ${dd}" \
+ "set data-directory back to its original value"
# And check we see the restored value at CLI and from Python.
gdb_test "show data-directory" \