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

Commit3910194

Browse files
committed
Fix passing of text config to make sure buildfarm quld find it
1 parentc431f8f commit3910194

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXTVERSION = 1.1
88
DATA = pg_query_state--1.0--1.1.sql
99
DATA_built =$(EXTENSION)--$(EXTVERSION).sql
1010
PGFILEDESC = "pg_query_state - facility to track progress of plan execution"
11-
11+
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/test.conf
1212
EXTRA_CLEAN = ./isolation_output$(EXTENSION)--$(EXTVERSION).sql\
1313
Dockerfile ./tests/*.pyc ./tmp_stress
1414

@@ -37,7 +37,6 @@ installcheck: submake-isolation
3737
isolationcheck: | submake-isolation temp-install
3838
$(MKDIR_P) isolation_output
3939
$(pg_isolation_regress_check)\
40-
--temp-config$(top_srcdir)/contrib/pg_query_state/test.conf\
4140
--outputdir=isolation_output\
4241
$(ISOLATIONCHECKS)
4342

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp