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 6a55d4b1 Also show locale
6a55d4b1 is described below

commit 6a55d4b1b34ea808661e4b60403d2a36c1babfef
Author: Sebb <[email protected]>
AuthorDate: Wed May 28 23:57:53 2025 +0100

    Also show locale
---
 www/committers/test.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/committers/test.cgi b/www/committers/test.cgi
index 7b1f9d95..9cbf9f3c 100755
--- a/www/committers/test.cgi
+++ b/www/committers/test.cgi
@@ -48,6 +48,7 @@ if query and not query.empty? and ENV['SCRIPT_URL'] == 
'/committers/test.cgi'
     puts_system('which', '-a', 'ruby2.3.0')
     puts_system('ruby', '-v')
     puts_system('ruby', '-e', 'p [Encoding.default_external, 
Encoding.default_internal]')
+    puts_system('locale')
     puts_system('gem', 'env')
     puts_system('which', '-a',  'gem')
     puts_system('PATH=/usr/local/bin:$PATH which -a gem')

Reply via email to