Set PGTZ variable so tests default to Pacific/Auckland.

This commit is contained in:
Andrew McMillan 2010-03-22 03:16:54 -07:00
parent 1c58ac1478
commit 4b7ba370ad

View File

@ -6,7 +6,8 @@ DBNAME=regression
PGPOOL=inactive PGPOOL=inactive
HOSTNAME=regression HOSTNAME=regression
# export TZ=Pacific/Auckland # We need to run the regression tests in the timezone they were written for.
export PGTZ=Pacific/Auckland
. ./regression.conf . ./regression.conf