From 4e23fced8108c99ddc9d52fb2c02af8cac4cc7bb Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 10 Jan 2014 07:50:29 +0400 Subject: [PATCH 1/2] Remove path from gdb.python/py-pp-integral.exp "source" test. gdb/testsuite/ChangeLog: * gdb.python/py-pp-integral.exp: Remove path from "source" test. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.python/py-pp-integral.exp | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4c4dcec..283f1f2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-01-10 Joel Brobecker + + * gdb.python/py-pp-integral.exp: Remove path from "source" test. + 2014-01-09 Maciej W. Rozycki Pedro Alves diff --git a/gdb/testsuite/gdb.python/py-pp-integral.exp b/gdb/testsuite/gdb.python/py-pp-integral.exp index 1262c3f..8149bde 100644 --- a/gdb/testsuite/gdb.python/py-pp-integral.exp +++ b/gdb/testsuite/gdb.python/py-pp-integral.exp @@ -29,7 +29,8 @@ if ![runto tick_tock] { set remote_python_file [gdb_remote_download host \ ${srcdir}/${subdir}/${testfile}.py] -gdb_test_no_output "source ${remote_python_file}" +gdb_test_no_output "source ${remote_python_file}" \ + "source ${testfile}.py" gdb_test "print *t" " = Thu Nov 14 02:22:23 2013 \\(1384395743\\)" -- 1.8.3.2