8000 Fix passing of text config to make sure buildfarm quld find it · postgrespro/pg_query_state@3910194 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3910194

Browse files
committed
Fix passing of text config to make sure buildfarm quld find it
1 parent c431f8f commit 3910194

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)
0