From: Jan Kratochvil Date: Sun, 10 Feb 2013 08:05:15 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Tag: sid-snapshot-20130301~204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a321661a7fe636a2ec963d21ce7f7581557c68b2;p=platform%2Fupstream%2Fbinutils.git gdb/testsuite/ * gdb.python/py-prompt.exp: Add to the end a kill of $testpid. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 00fce94..7f9ab80 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-02-10 Jan Kratochvil + + * gdb.python/py-prompt.exp: Add to the end a kill of $testpid. + 2013-02-06 Yao Qi * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename diff --git a/gdb/testsuite/gdb.python/py-prompt.exp b/gdb/testsuite/gdb.python/py-prompt.exp index 262f388..a266063 100644 --- a/gdb/testsuite/gdb.python/py-prompt.exp +++ b/gdb/testsuite/gdb.python/py-prompt.exp @@ -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