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 00fce94d8ffbab84b529decdda6ed9d14deab92d..7f9ab80ef16f9ec208f75b72c06ff6ecd3b7b742 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 262f3885e19ea0a9b81a3de7f2a3a15ecd8ade4e..a2660633133072b81527ed01598cf1ed8f1d730e 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