[Groonga-commit] pgroonga/pgroonga at 03d799c [master] appveyor: support PostgreSQL 9.6 or later again

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 10 13:40:01 JST 2017


Kouhei Sutou	2017-10-10 13:40:01 +0900 (Tue, 10 Oct 2017)

  New Revision: 03d799ca9e96576859ea3b3fe5896ad5e072eecc
  https://github.com/pgroonga/pgroonga/commit/03d799ca9e96576859ea3b3fe5896ad5e072eecc

  Message:
    appveyor: support PostgreSQL 9.6 or later again

  Modified files:
    appveyor.yml
    test/short-pgappname.bat

  Modified: appveyor.yml (+1 -1)
===================================================================
--- appveyor.yml    2017-10-10 12:31:01 +0900 (00f213b)
+++ appveyor.yml    2017-10-10 13:40:01 +0900 (bb70cd7)
@@ -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"

  Modified: test/short-pgappname.bat (+1 -0)
===================================================================
--- test/short-pgappname.bat    2017-10-10 12:31:01 +0900 (860fbd7)
+++ test/short-pgappname.bat    2017-10-10 13:40:01 +0900 (ca2e35e)
@@ -1,2 +1,3 @@
+ �� echo off
 set PGAPPNAME=pg_regress
 %*
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171010/1a0677e8/attachment-0001.htm 



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