| From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server: Win32 regression fixes: . |
| Date: | 2004-06-03 00:25:47 |
| Message-ID: | 20040603002547.48E4DD1B459@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
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
Modified Files:
--------------
pgsql-server/src/test/regress:
pg_regress.sh (r1.44 -> r1.45)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/test/regress/pg_regress.sh.diff?r1=1.44&r2=1.45)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-06-03 02:08:07 | pgsql-server: Adjust our timezone library to use pg_time_t (typedef'd as |
| Previous Message | Bruce Momjian | 2004-06-03 00:13:19 | pgsql-server: init_ssl_system will return 0 on success and -1 on |