mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
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:
@ -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\\)"
|
||||
|
||||
|
Reference in New Issue
Block a user