Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51edb67

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 parent35ab52f commit51edb67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Makefile

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp