1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Unset locale variables before running regression tests. (All of them!)

Don't do config.status substitutions into the regression test makefile.
This commit is contained in:
Peter Eisentraut
2000-07-23 13:01:11 +00:00
parent 8d77c1a8aa
commit c39c198bc3
7 changed files with 17 additions and 15 deletions

2
configure vendored
View File

@ -7855,7 +7855,6 @@ trap 'rm -fr `echo "
src/GNUmakefile
src/Makefile.global
src/backend/port/Makefile
src/test/regress/GNUmakefile
src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -8015,7 +8014,6 @@ CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
src/GNUmakefile
src/Makefile.global
src/backend/port/Makefile
src/test/regress/GNUmakefile
"}
EOF
cat >> $CONFIG_STATUS <<\EOF