Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51edb67

Browse files
committed
[PGPRO-9251] Added new parameter PG_TEST_SKIP
PG_TEST_SKIP parameter is used similarly to PG_TEST_EXTRA and is intended for skip pg_pathman regression tests. Tags: pg_pathman
1 parent 35ab52f commit 51edb67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ DATA = pg_pathman--1.0--1.1.sql \
3030

3131
PGFILEDESC = "pg_pathman - partitioning tool for PostgreSQL"
3232

33+
ifneq (pg_pathman,$(filter pg_pathman,$(PG_TEST_SKIP)))
3334
REGRESS = pathman_array_qual \
3435
pathman_basic \
3536
pathman_bgw \
@@ -63,7 +64,7 @@ REGRESS = pathman_array_qual \
6364
pathman_utility_stmt \
6465
pathman_views \
6566
pathman_CVE-2020-14350
66-
67+
endif
6768

6869
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
6970

0 commit comments

Comments
 (0)