Small patch for regression tests

Started by Magnus Haganderalmost 22 years ago2 messagespatches
Jump to latest
#1Magnus Hagander
magnus@hagander.net

Small patch for the regression tests:

1) Forcibly exports LANG=en. Just unsetting the languages won't work on
win32, because it doesn't default to english (see lots of previous
discussions when it was about the backend inheritance)

2) Adds "installcheck-par" to run the parallell schedule instead of the
serial one on already-installed postmaster.

//Magnus

Attachments:

regress.patchapplication/octet-stream; name=regress.patchDownload+6-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#1)
Re: Small patch for regression tests

"Magnus Hagander" <mha@sollentuna.net> writes:

Small patch for the regression tests:

1) Forcibly exports LANG=en. Just unsetting the languages won't work on
win32, because it doesn't default to english (see lots of previous
discussions when it was about the backend inheritance)

Applied, but only for Windows.

2) Adds "installcheck-par" to run the parallell schedule instead of the
serial one on already-installed postmaster.

I spelled it installcheck-parallel instead.

regards, tom lane