diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2015-04-23 08:59:52 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2015-04-23 08:59:52 -0400 |
| commit | dcae5faccab64776376d354decda0017c648bb53 (patch) | |
| tree | 360f7fa5028f97814f09941be7f45f3fc82761c1 /src/pl/plpython/Makefile | |
| parent | 50a16e30ebd76e70fc76abb2c8f0cd1e71deac41 (diff) | |
Improve speed of make check-world
Before, make check-world would create a new temporary installation for
each test suite, which is slow and wasteful. Instead, we now create one
test installation that is used by all test suites that are part of a
make run.
The management of the temporary installation is removed from pg_regress
and handled in the makefiles. This allows for better control, and
unifies the code with that of test suites not run through pg_regress.
review and msvc support by Michael Paquier <michael.paquier@gmail.com>
more review by Fabien Coelho <coelho@cri.ensmp.fr>
Diffstat (limited to 'src/pl/plpython/Makefile')
| -rw-r--r-- | src/pl/plpython/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 430aa891270..c58e56b4008 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -115,9 +115,6 @@ REGRESS = \ REGRESS_PLPYTHON3_MANGLE := $(REGRESS) -# where to find psql for running the tests -PSQLDIR = $(bindir) - include $(top_srcdir)/src/Makefile.shlib all: all-lib |
