You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/05/21 23:47:18 UTC

[whimsy] branch master updated: Add test output

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 0f587213 Add test output
0f587213 is described below

commit 0f587213de33b6cb0d6183d99bdadbbfe33eb32f
Author: Sebb <se...@apache.org>
AuthorDate: Sun May 22 00:47:13 2022 +0100

    Add test output
---
 tools/site-scan.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index a9f75a5c..3245f691 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -268,3 +268,4 @@ if output_podlings
 else
   puts JSON.pretty_generate(podlings)
 end
+$stderr.puts "Done" # test