Skip to content

Commit 7fc44d1

Browse files
authored
Merge pull request #66 from cybertec-postgresql/cleanup
Remove test_top_build_dir
2 parents 3a912fc + f3823cf commit 7fc44d1

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

Diff for: Makefile

+1-13
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,12 @@ ifeq ($(has_explain_summary),y)
132132
endif
133133
endif
134134

135-
ifeq ($(pg_version_9_5_plus),y)
136-
PGS_TMP_DIR = --temp-instance=tmp_check
137-
else
138-
PGS_TMP_DIR = --temp-install=tmp_check --top-builddir=test_top_build_dir
139-
endif
140-
141135
test: pg_sphere.test.sql sql/init_test.sql
142136
cp expected/init_test.out.in expected/init_test.out
143137
ifneq ($(USE_HEALPIX),0)
144138
cat expected/init_test_healpix.out.in >> expected/init_test.out
145139
endif
146-
$(pg_regress_installcheck) $(PGS_TMP_DIR) $(REGRESS_OPTS) $(TESTS)
140+
$(pg_regress_installcheck) --temp-instance=tmp_check $(REGRESS_OPTS) $(TESTS)
147141

148142
pg_sphere.test.sql: $(RELEASE_SQL) $(shlib)
149143
tail -n+3 $< | sed 's,MODULE_PATHNAME,$(realpath $(shlib)),g' >$@
@@ -188,12 +182,6 @@ UPGRADE_1_0_PRE_AAF2D5 = contains-ops-fixes-1.sql pgs_gist_drop_spoint2.sql.in \
188182

189183
# create "alter extension" files
190184

191-
192-
ifeq ($(pg_version_9_5_plus),y)
193-
# 1.1.1.5 -> 1.1.5.1 for Postgres 9.5+ features
194-
else
195-
endif
196-
197185
# local stuff follows here
198186
AUGMENT_GAVO_111 = $(AUGMENT_UNP_111) # for vanilla 1.1.1 users
199187
ifneq ($(USE_HEALPIX),0)

Diff for: test_top_build_dir/Makefile

-2
This file was deleted.

0 commit comments

Comments
 (0)