This commit is contained in:
Andrew Kane
2022-12-08 23:05:11 -08:00
parent e52ef4f2b5
commit 6ad96fe8ca
2 changed files with 5 additions and 2 deletions

View File

@@ -57,4 +57,6 @@ installcheck:
prove_installcheck:
rm -rf tmp_check
PGPORT=65432 PG_REGRESS="$(BINDIR)\pg_regress" $(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) test/t/*.pl
set PGPORT=65432
set PG_REGRESS="$(BINDIR)\pg_regress"
$(PROVE) $(PG_PROVE_FLAGS) $(PROVE_FLAGS) test/t/*.pl