gdb/testsuite: don't include paths in test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-parameter.exp
index 5543b21f3ac78e5bd560d206f7b88a5474519fa5..84ad70ee20ef982450f7d15c7b69ae2a77d89e93 100644 (file)
@@ -78,7 +78,8 @@ gdb_test "show data-directory" \
     "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" \
This page took 0.026997 seconds and 4 git commands to generate.