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

Commit10c4150

Browse files
dlepikhovaololobus
authored andcommitted
Remove trailing whitespaces. Remove tmp_install from installcheck
1 parent24528f3 commit10c4150

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

‎Makefile‎

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ DATA_built = $(EXTENSION)--$(EXTVERSION).sql
99
PGFILEDESC = "pg_query_state - facility to track progress of plan execution"
1010

1111
ISOLATIONCHECKS = corner_cases
12-
ISOLATIONCHECKS_OPTS = --temp-config$(top_srcdir)/contrib/pg_query_state/test.conf
13-
ISOLATIONCHECKS_OPTS += --outputdir=isolation_output
1412
REGRESSCHECKS=corner_cases
15-
REGRESSION_OPTS = --temp-config$(top_srcdir)/contrib/pg_query_state/test.conf
16-
REGRESSION_OPTS += --outputdir=isolation_output
13+
REGRESSION_OPTS = --temp-config$(top_srcdir)/contrib/pg_query_state/test.conf
14+
REGRESSION_OPTS += --outputdir=isolation_output
1715

1816
EXTRA_CLEAN = ./isolation_output$(EXTENSION)--$(EXTVERSION).sql\
19-
Dockerfile ./tests/*.pyc
17+
Dockerfile ./tests/*.pyc
2018

2119
ifdefUSE_PGXS
2220
PG_CONFIG ?= pg_config
@@ -45,10 +43,9 @@ isolationcheck: | submake-isolation temp-install
4543
$(REGRESSION_OPTS)\
4644
$(REGRESSCHECKS)
4745

48-
isolationcheck-install-force:| submake-isolation temp-install
46+
isolationcheck-install-force:
4947
$(MKDIR_P) isolation_output
5048
$(pg_isolation_regress_installcheck)\
51-
$(ISOLATIONCHECKS_OPTS)\
5249
$(ISOLATIONCHECKS)
5350

5451
.PHONY: isolationcheck check installcheck isolationcheck-install-force

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp