From a2cd8cfed14491303eb8338f90e206034c5a3fe2 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 10 Jan 2014 07:54:23 +0400 Subject: [PATCH 2/2] 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 283f1f2..2bfeec1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. 2014-01-09 Maciej W. Rozycki diff --git a/gdb/testsuite/gdb.ada/pp-rec-component.exp b/gdb/testsuite/gdb.ada/pp-rec-component.exp index faa7a0f..f2e4ab2 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" -- 1.8.3.2