[Groonga-commit] pgroonga/pgroonga at 673100e [master] appveyor: use pg_ctl

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 22 16:00:19 JST 2016


Kouhei Sutou	2016-09-22 16:00:19 +0900 (Thu, 22 Sep 2016)

  New Revision: 673100ea5597882c22f31cf902295f3a0c89ef59
  https://github.com/pgroonga/pgroonga/commit/673100ea5597882c22f31cf902295f3a0c89ef59

  Message:
    appveyor: use pg_ctl

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2016-09-22 10:05:52 +0900 (6a6c748)
+++ appveyor.yml    2016-09-22 16:00:19 +0900 (b7e751a)
@@ -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
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index