You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/03/19 01:20:45 UTC

[whimsy.git] [1/1] Commit cc3678b: Allow testing under other realms

Commit cc3678bdfd8942e219463b3c3a8278e1203f7542:
    Allow testing under other realms


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/board/test.cgi                                           | +++++ 
www/committers/test.cgi                                      | +++++ 
www/members/test.cgi                                         | +++++ 
------------------------------------------------------------
15 changes: 15 additions, 0 deletions.
------------------------------------------------------------


diff --git a/www/board/test.cgi b/www/board/test.cgi
new file mode 100755
index 0000000..011c7f6
--- /dev/null
+++ b/www/board/test.cgi
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+
+print "Content-type: text/plain\r\n\r\n"
+
+print ENV.inspect
diff --git a/www/committers/test.cgi b/www/committers/test.cgi
new file mode 100755
index 0000000..011c7f6
--- /dev/null
+++ b/www/committers/test.cgi
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+
+print "Content-type: text/plain\r\n\r\n"
+
+print ENV.inspect
diff --git a/www/members/test.cgi b/www/members/test.cgi
new file mode 100755
index 0000000..011c7f6
--- /dev/null
+++ b/www/members/test.cgi
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+
+print "Content-type: text/plain\r\n\r\n"
+
+print ENV.inspect