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.
This commit is contained in:
parent
d1e1519e66
commit
4e23fced81
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
Pedro Alves <palves@redhat.com>
|
Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,8 @@ if ![runto tick_tock] {
|
||||||
set remote_python_file [gdb_remote_download host \
|
set remote_python_file [gdb_remote_download host \
|
||||||
${srcdir}/${subdir}/${testfile}.py]
|
${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\\)"
|
gdb_test "print *t" " = Thu Nov 14 02:22:23 2013 \\(1384395743\\)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue