patch testing

Started by Bruce Momjianover 23 years ago1 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073