From: Ben Pfaff Date: Thu, 30 Sep 2010 04:44:36 +0000 (-0700) Subject: tests: Remove PG_CONFIG from TESTS_ENVIRONMENT. X-Git-Tag: v0.7.6~133 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4653efebe515f9433bcc1312462dca04ac18e9de;p=pspp-builds.git tests: Remove PG_CONFIG from TESTS_ENVIRONMENT. This is no longer needed now that the PostgreSQL tests have been converted to use Autotest. --- diff --git a/tests/automake.mk b/tests/automake.mk index 2a265ff5..c080d205 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)' -TESTS_ENVIRONMENT += PERL='$(PERL)' PG_CONFIG='$(PG_CONFIG)' +TESTS_ENVIRONMENT += PERL='$(PERL)' # Allow locale_charset to find charset.alias before running "make install". TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl'