Navigation Menu

Skip to content

Commit

Permalink
appveyor: support PostgreSQL 9.6 or later again
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 10, 2017
1 parent 2b70f61 commit 03d799c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -86,7 +86,7 @@ test_script:
--load-extension=pgroonga
--temp-instance=..\pgsql\test
--schedule=schedule
--launcher=test/short-pgappname.bat ||
--launcher=test\short-pgappname.bat ||
(type regression.diffs & nonexistent_command)
- set PATH=%CD%\..\pgsql\bin;%PATH%
- if "%WAL_SUPPORTED%" == "yes"
Expand Down
1 change: 1 addition & 0 deletions test/short-pgappname.bat
@@ -1,2 +1,3 @@
@echo off
set PGAPPNAME=pg_regress
%*

0 comments on commit 03d799c

Please sign in to comment.