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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user