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 2017/10/25 13:15:13 UTC

[whimsy] branch master updated: Also show test locations

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 30c5d1b  Also show test locations
30c5d1b is described below

commit 30c5d1bcdf7355c1eb0509c22760f5689cff337f
Author: Sebb <se...@apache.org>
AuthorDate: Wed Oct 25 14:15:11 2017 +0100

    Also show test locations
---
 www/board/agenda/main.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/board/agenda/main.rb b/www/board/agenda/main.rb
index f3705a7..9d615b4 100755
--- a/www/board/agenda/main.rb
+++ b/www/board/agenda/main.rb
@@ -28,6 +28,8 @@ disable :logging # suppress log of requests to stderr/error.log
 if ENV['RACK_ENV'] == 'test'
   FOUNDATION_BOARD = File.expand_path('test/work/board').untaint
   AGENDA_WORK = File.expand_path('test/work/data').untaint
+  STDERR.puts "* SVN board  : #{FOUNDATION_BOARD}"
+  STDERR.puts "* Agenda work: #{AGENDA_WORK}"
 else
   FOUNDATION_BOARD = ASF::SVN['private/foundation/board']
   AGENDA_WORK = ASF::Config.get(:agenda_work).untaint || '/srv/agenda'

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].