We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1a10a commit ab57a2aCopy full SHA for ab57a2a
2 files changed
oracle/docker-entrypoint.sh
@@ -20,5 +20,8 @@ if [ -f t/cpanfile ]; then
20
cpanm --installdeps -n . --cpanfile=t/cpanfile
21
fi
22
23
+export MT_TEST_BACKEND=Oracle
24
+export NLS_LANG=Japanese_Japan.AL32UTF8
25
+export NLS_SORT=JAPANESE_M_CI
26
27
exec "$@"
oracle8/docker-entrypoint.sh
0 commit comments