gdb/testsuite/

* gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
This commit is contained in:
Jan Kratochvil 2013-02-10 08:05:15 +00:00
parent 7bf52ea2ca
commit a321661a7f
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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