8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c431f8f commit 3910194Copy full SHA for 3910194
Makefile
@@ -8,7 +8,7 @@ EXTVERSION = 1.1
8
DATA = pg_query_state--1.0--1.1.sql
9
DATA_built = $(EXTENSION)--$(EXTVERSION).sql
10
PGFILEDESC = "pg_query_state - facility to track progress of plan execution"
11
-
+EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/test.conf
12
EXTRA_CLEAN = ./isolation_output $(EXTENSION)--$(EXTVERSION).sql \
13
Dockerfile ./tests/*.pyc ./tmp_stress
14
@@ -37,7 +37,6 @@ installcheck: submake-isolation
37
isolationcheck: | submake-isolation temp-install
38
$(MKDIR_P) isolation_output
39
$(pg_isolation_regress_check) \
40
- --temp-config $(top_srcdir)/contrib/pg_query_state/test.conf \
41
--outputdir=isolation_output \
42
$(ISOLATIONCHECKS)
43
0 commit comments