1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

basebackup_to_shell: Add TAP test.

Per gripe from Andres Freund. Thanks to Andres Freund, Thomas
Munro, and Andrew Dunstan for advice on how to make this test
work even on Windows.

Discussion: https://postgr.es/m/CA+Tgmoat+zbzzZQJ7poXyUwiqxQxTaUid=auB4FejZ15VvDh4Q@mail.gmail.com
This commit is contained in:
Robert Haas
2022-03-30 15:47:02 -04:00
parent 26a0c025e2
commit 027fa0fd72
2 changed files with 134 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ OBJS = \
PGFILEDESC = "basebackup_to_shell - target basebackup to shell command"
TAP_TESTS = 1
export GZIP_PROGRAM=$(GZIP)
export TAR
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)