git-svn-id: https://svn.webkit.org/repository/webkit/trunk@83735
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
"WebKitTestRunner_debug.exe"]\r
\r
for task in tasksToKill:\r
- os.system("taskkill /f /im " + task)\r
+ os.system("taskkill /t /f /im " + task)\r
\r
if __name__ == '__main__':\r
sys.exit(main())\r
+2011-04-13 Lucas Forschler <lforschler@apple.com>
+
+ Reviewed by Adam Roben.
+
+ Add the /T command to taskkill.exe.
+ This will kill spawned child processes.
+
+ * BuildSlaveSupport/win/kill-old-processes:
+
2011-04-13 Lucas Forschler <lforschler@apple.com>
Reviewed by Adam Roben.