[Groonga-commit] groonga/groonga at 7dd82ae [master] appveyor: fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jun 23 22:06:32 JST 2018


Kouhei Sutou	2018-06-23 22:06:32 +0900 (Sat, 23 Jun 2018)

  New Revision: 7dd82aefc4636e8fb6eec2d3b4e466649a9efd10
  https://github.com/groonga/groonga/commit/7dd82aefc4636e8fb6eec2d3b4e466649a9efd10

  Message:
    appveyor: fix syntax error

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -1)
===================================================================
--- appveyor.yml    2018-06-23 22:04:43 +0900 (13c24d10b)
+++ appveyor.yml    2018-06-23 22:06:32 +0900 (6645b7b06)
@@ -86,7 +86,7 @@ before_test:
   - cd ..\..\..
   - del test\command\suite\select\filter\equal\vector_element_float.test
 test_script:
-  - %FULL_GROONGA_INSTALL_FOLDER%\bin\mecab.exe --version
+  - "%FULL_GROONGA_INSTALL_FOLDER%\\bin\\mecab.exe --version"
   - echo test |
       %FULL_GROONGA_INSTALL_FOLDER%\bin\mecab.exe
         --rcfile %FULL_GROONGA_INSTALL_FOLDER%\etc\mecabrc
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180623/8573d63c/attachment-0001.htm 



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