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

@@ -56,5 +56,6 @@ jobs:
nmake /NOLOGO /F Makefile.win
nmake /NOLOGO /F Makefile.win install
nmake /NOLOGO /F Makefile.win installcheck
nmake /NOLOGO /F Makefile.win prove_installcheck PROVE=prove
set PROVE=prove
nmake /NOLOGO /F Makefile.win prove_installcheck
shell: cmd

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