gdb/testsuite/
* gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
This commit is contained in:
parent
7bf52ea2ca
commit
a321661a7f
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
|
||||
|
||||
2013-02-06 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
|
||||
|
|
|
@ -125,4 +125,5 @@ gdb_test "python print (\"'\" + str(p\[0\]) + \"'\")" "'$gdb_prompt_fail '" \
|
|||
gdb_exit
|
||||
|
||||
set GDBFLAGS $saved_gdbflags
|
||||
exec kill -9 ${testpid}
|
||||
return 0
|
||||
|
|
Loading…
Reference in a new issue