> Hi Joel. Today I happened to notice: > > Joel> +gdb_test_no_output "source ${remote_python_file}" > > ... this puts the full path to the .py file into the test name. > > I think the test should specify a name that doesn't include a path, > instead. > > This same problem affects another new test, > gdb.ada/pp-rec-component.exp. Indeed, thanks for pointing it out. I fixed both instances with the attached patches. gdb/testsuite: 2014-01-10 Joel Brobecker * gdb.ada/pp-rec-component.exp: Remove path from "source" test. 2014-01-10 Joel Brobecker * gdb.python/py-pp-integral.exp: Remove path from "source" test. Tested on x86_64-linux, after verifying that the gdb.sum no longer shows the path for the "source" tests. Pushed. -- Joel