| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | patch testing |
| Date: | 2002-11-25 02:11:56 |
| Message-ID: | 200211250211.gAP2Buk23841@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I just wrote a script to automate my post-patch application testing.
This should make for few problems after patch application:
pgstop
rm -r /u/pg/data
pgmakeall -c # make clean, make
initdb
pgstart
cd /pg/test/regress
gmake clean
gmake all runtest
_
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Wheeler | 2002-11-25 02:31:49 | 7.3rc2 Test Failures |
| Previous Message | Tom Lane | 2002-11-24 23:59:46 | Re: pg_atoi: zero length string |