From a2cd8cfed14491303eb8338f90e206034c5a3fe2 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 10 Jan 2014 07:54:23 +0400 Subject: [PATCH] Remove path from gdb.ada/pp-rec-component.exp "source" test gdb/testsuite/ChangeLog: * gdb.ada/pp-rec-component.exp: Remove path from "source" test. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.ada/pp-rec-component.exp | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 283f1f21167..2bfeec16c2f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gdb/testsuite/gdb.ada/pp-rec-component.exp b/gdb/testsuite/gdb.ada/pp-rec-component.exp index faa7a0fbb90..f2e4ab28888 100644 --- a/gdb/testsuite/gdb.ada/pp-rec-component.exp +++ b/gdb/testsuite/gdb.ada/pp-rec-component.exp @@ -28,7 +28,8 @@ if { [skip_python_tests] } { continue } set remote_python_file \ [gdb_remote_download host ${srcdir}/${subdir}/${gdb_test_file_name}.py] -gdb_test_no_output "source ${remote_python_file}" +gdb_test_no_output "source ${remote_python_file}" \ + "source ${gdb_test_file_name}.py" set bp_location [gdb_get_line_number "BREAK" ${testdir}/foo.adb] runto "foo.adb:$bp_location" -- 2.30.2