mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add some environment checks prior to sepgsql regression testing.
This probably needs more work, but it's a start. KaiGai Kohei
This commit is contained in:
@ -257,7 +257,7 @@ ifndef PGXS
|
||||
endif
|
||||
|
||||
# against installed postmaster
|
||||
installcheck: submake
|
||||
installcheck: submake $(REGRESS_PREP)
|
||||
$(pg_regress_installcheck) $(REGRESS_OPTS) $(REGRESS)
|
||||
|
||||
ifdef PGXS
|
||||
@ -265,7 +265,7 @@ check:
|
||||
@echo '"$(MAKE) check" is not supported.'
|
||||
@echo 'Do "$(MAKE) install", then "$(MAKE) installcheck" instead.'
|
||||
else
|
||||
check: all submake
|
||||
check: all submake $(REGRESS_PREP)
|
||||
$(pg_regress_check) --extra-install=$(subdir) $(REGRESS_OPTS) $(REGRESS)
|
||||
endif
|
||||
endif # REGRESS
|
||||
|
Reference in New Issue
Block a user