Skip to content

Commit

Permalink
appveyor: use pg_ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 22, 2016
1 parent e605469 commit 673100e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -13,7 +13,7 @@ build_script:
--encoding=UTF-8
--no-locale
pgsql\data
- ps: $PGProcess = Start-Process pgsql\bin\postgres -D pgsql\data
- pgsql\bin\pg_ctl start -D pgsql\data

- cd pgroonga
- curl -O http://packages.groonga.org/source/groonga/groonga-6.0.8.zip
Expand Down Expand Up @@ -43,4 +43,4 @@ test_script:
(type regression.diffs & nonexistent_command)

on_finish:
- ps: Stop-Process -Id $PGProcess.Id
- ..\pgsql\bin\pg_ctl stop -D ..\pgsql\data

0 comments on commit 673100e

Please sign in to comment.