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 7d8abd39 Add some debug
7d8abd39 is described below
commit 7d8abd3961f495e68dc8278384989b74f0d6656b
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 20 17:54:32 2022 +0100
Add some debug
---
tools/site-scan.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index 90b26e11..09c1dd34 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -176,6 +176,7 @@ def exec_with_timeout(cmd, timeout)
status = false
pid = Process.spawn(*cmd, pgroup: true, :out => wout, :err => werr)
+ $stderr.puts "TEST: scanning: #{cmd[-1]} #{pid}"
Timeout.timeout(timeout) do
Process.waitpid(pid)