aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-01-10 07:54:23 +0400
committerJoel Brobecker <brobecker@adacore.com>2014-01-10 07:57:11 +0400
commita2cd8cfed14491303eb8338f90e206034c5a3fe2 (patch)
tree8a3788581db0edb7b28ca11ad506b9d10715b573
parent4e23fced8108c99ddc9d52fb2c02af8cac4cc7bb (diff)
downloadgdb-a2cd8cfed14491303eb8338f90e206034c5a3fe2.zip
gdb-a2cd8cfed14491303eb8338f90e206034c5a3fe2.tar.gz
gdb-a2cd8cfed14491303eb8338f90e206034c5a3fe2.tar.bz2
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.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.ada/pp-rec-component.exp3
2 files changed, 6 insertions, 1 deletions
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 <brobecker@adacore.com>
+ * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
+
+2014-01-10 Joel Brobecker <brobecker@adacore.com>
+
* gdb.python/py-pp-integral.exp: Remove path from "source" test.
2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
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"