We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3cf2f commit c83b084Copy full SHA for c83b084
.ci/run_install_check
@@ -25,11 +25,13 @@ LD_LIBRARY_PATH=$(pwd)/tmp_install/lib
25
DYLD_LIBRARY_PATH=$(pwd)/tmp_install/lib
26
PATH=$(pwd)/tmp_install/bin:${PATH}
27
PGDATA=$(pwd)/tmp_base
28
-export DYLD_LIBRARY_PATH LD_LIBRARY_PATH PATH PG_DATA
+export DYLD_LIBRARY_PATH LD_LIBRARY_PATH PATH PGDATA
29
30
# create installation
31
PGPORT=`./.ci/find_free_port 5432`
32
-export PGPORT
+LANG=C
33
+LC_ALL=C
34
+export PGPORT LANG LC_ALL
35
./.ci/make_test_base $PGDATA
36
#run checks
37
set +e
0 commit comments