From 4b7ba370ad070c163ed7f31833d795494a843e0a Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 22 Mar 2010 03:16:54 -0700 Subject: [PATCH] Set PGTZ variable so tests default to Pacific/Auckland. --- testing/run_regressions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/run_regressions.sh b/testing/run_regressions.sh index cb6f8eff..6c6ee0bf 100755 --- a/testing/run_regressions.sh +++ b/testing/run_regressions.sh @@ -6,7 +6,8 @@ DBNAME=regression PGPOOL=inactive 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