OSDN Git Service

Win32 regression fixes:
authorBruce Momjian <bruce@momjian.us>
Thu, 3 Jun 2004 00:25:47 +0000 (00:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 3 Jun 2004 00:25:47 +0000 (00:25 +0000)
commit473ac70acae41c5f1fecbb0b57e9f5be5b26ab68
tree9d4059fcb8a72aa167f7da06fbb5339835d579d2
parent3c45d348dbc2bbf1dc2544486c975c69d9325cc0
Win32 regression fixes:

. only use the -W flag on pwd for $pkglibdir. All the other paths need
to be seen as MSys type paths, whereas $pkglibdir needs to be expressed
as a genuine windows path.
. run single tests in the background and explicitly wait for them -
solves the problem of the MSys shell not waiting properly for the copy
test to finish.
. use pg_ctl to shut down the test postmaster - no more use of ad hoc
kill programs or the task manager.

Andrew Dunstan
src/test/regress/pg_regress.sh