gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 10 Feb 2013 08:05:15 +0000 (08:05 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 10 Feb 2013 08:05:15 +0000 (08:05 +0000)
* gdb.python/py-prompt.exp: Add to the end a kill of $testpid.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-prompt.exp

index 00fce94..7f9ab80 100644 (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
index 262f388..a266063 100644 (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