This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new aa0c7b73 Do this another way
aa0c7b73 is described below

commit aa0c7b735b45ec62fdb04d5bb733af8dbe421a2b
Author: Sebb <[email protected]>
AuthorDate: Sun May 22 00:35:23 2022 +0100

    Do this another way
---
 tools/site-scan.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index ca218e6c..a9f75a5c 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -190,7 +190,6 @@ def exec_with_timeout(cmd, timeout)
     # Try to determine why the kill does not tidy the chrome processes
     # Also whether a kill was actually issued!
     puts "ERR: timeout scanning #{cmd[-1]}"
-    system("pstree -lp #{pid}")
     stderr = 'Timeout'
     Process.kill(-9, pid)
     Process.detach(pid)

Reply via email to