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 820f5a2 Alias testing
820f5a2 is described below
commit 820f5a2274bfb9032c67f4380593d280d86db2f5
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 11 10:10:37 2019 +0000
Alias testing
---
www/test/incubator/test.cgi | 3 +++
www/test/member-incubator/test.cgi | 3 +++
www/test/member/test.cgi | 3 +++
www/test/test.cgi | 3 +++
4 files changed, 12 insertions(+)
diff --git a/www/test/incubator/test.cgi b/www/test/incubator/test.cgi
new file mode 100755
index 0000000..de28c47
--- /dev/null
+++ b/www/test/incubator/test.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+PAGETITLE = "Whimsy Environment Tester"
+load "#{__dir__}/../../test.cgi"
diff --git a/www/test/member-incubator/test.cgi
b/www/test/member-incubator/test.cgi
new file mode 100755
index 0000000..de28c47
--- /dev/null
+++ b/www/test/member-incubator/test.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+PAGETITLE = "Whimsy Environment Tester"
+load "#{__dir__}/../../test.cgi"
diff --git a/www/test/member/test.cgi b/www/test/member/test.cgi
new file mode 100755
index 0000000..de28c47
--- /dev/null
+++ b/www/test/member/test.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+PAGETITLE = "Whimsy Environment Tester"
+load "#{__dir__}/../../test.cgi"
diff --git a/www/test/test.cgi b/www/test/test.cgi
new file mode 100755
index 0000000..020b139
--- /dev/null
+++ b/www/test/test.cgi
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+PAGETITLE = "Whimsy Environment Tester"
+load "#{__dir__}/../test.cgi"