From bcb9361845be100cf35741fb94db4c2cade8f200 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 23 Jul 2025 14:31:09 +0200 Subject: [PATCH] runtests: show locale settings --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runtests.pl b/tests/runtests.pl index 43718fa58b..abd75d8755 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -875,6 +875,7 @@ sub checksystemfeatures { "* System: $hosttype\n", "* OS: $hostos\n", "* Perl: $^V ($^X)\n", + "* LC_ALL: '$ENV{'LC_ALL'}' LC_CTYPE: '$ENV{'LC_CTYPE'}' LC_NUMERIC: '$ENV{'LC_NUMERIC'}'\n", "* diff: $havediff\n", "* Args: $args\n");