[Webkit-unassigned] [Bug 216323] New: kill-old-processes: Avoid calling kill command with empty string
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 9 13:35:07 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=216323
Bug ID: 216323
Summary: kill-old-processes: Avoid calling kill command with
empty string
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lmoura at igalia.com
Currently, the kill-old-processes command to kill python scripts (like run-webkit-tests) has an unchecked "xargs kill" at the end, which may output an error message if there is no such command to be killed (as it is the case most of the time). Linux' version of xargs has the "-r" option which can be used to avoid running the command.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200909/43c380c2/attachment.htm>
More information about the webkit-unassigned
mailing list