Skip to content

Commit 654f5ce

Browse files
committed
Merge branch 'rs/test-httpd-in-C-locale'
Force C locale while running tests around httpd to make sure we can find expected error messages in the log. * rs/test-httpd-in-C-locale: t/lib-httpd: pass LANG and LC_ALL to Apache
2 parents d54f0c5 + 7a2d8ea commit 654f5ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/lib-httpd/apache.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ PassEnv LSAN_OPTIONS
8080
PassEnv GIT_TRACE
8181
PassEnv GIT_CONFIG_NOSYSTEM
8282
PassEnv GIT_TEST_SIDEBAND_ALL
83+
PassEnv LANG
84+
PassEnv LC_ALL
8385

8486
Alias /dumb/ www/
8587
Alias /auth/dumb/ www/auth/dumb/

0 commit comments

Comments
 (0)