File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -3107,7 +3107,7 @@ sys.exit(sp.returncode)
3107
3107
''' ,
3108
3108
test_initdb_template,
3109
3109
temp_install_bindir / ' initdb' ,
3110
- ' -A' , ' trust' , ' -N' , ' --no-instructions'
3110
+ ' -A' , ' trust' , ' -N' , ' --no-instructions' , ' --no-locale '
3111
3111
],
3112
3112
priority : setup_tests_priority - 1 ,
3113
3113
timeout : 300 ,
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ ifeq ($(MAKELEVEL),0)
425
425
$(MAKE) -C '$(top_builddir)' DESTDIR='$(abs_top_builddir)'/tmp_install install >'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1
426
426
$(MAKE) -j1 $(if $(CHECKPREP_TOP),-C $(CHECKPREP_TOP),) checkprep >>'$(abs_top_builddir)'/tmp_install/log/install.log 2>&1
427
427
428
- $(with_temp_install) initdb -A trust -N --no-instructions '$(abs_top_builddir)'/tmp_install/initdb-template >>'$(abs_top_builddir)'/tmp_install/log/initdb-template.log 2>&1
428
+ $(with_temp_install) initdb -A trust -N --no-instructions --no-locale '$(abs_top_builddir)'/tmp_install/initdb-template >>'$(abs_top_builddir)'/tmp_install/log/initdb-template.log 2>&1
429
429
endif
430
430
endif
431
431
endif
You can’t perform that action at this time.
0 commit comments