Navigation Menu

Skip to content

Commit

Permalink
appveyor: add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 23, 2018
1 parent 8712afa commit c22a4ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Expand Up @@ -86,8 +86,10 @@ before_test:
- cd ..\..\..
- del test\command\suite\select\filter\equal\vector_element_float.test
test_script:
# TODO: Enable TokenMecab again.
- del %FULL_GROONGA_INSTALL_FOLDER%\lib\groonga\plugins\tokenizers\mecab.dll
- %FULL_GROONGA_INSTALL_FOLDER%\bin\mecab.exe --version
- echo test |
%FULL_GROONGA_INSTALL_FOLDER%\bin\mecab.exe
--rcfile %FULL_GROONGA_INSTALL_FOLDER%\etc\mecabrc
- ruby test\command\bin\grntest
--groonga %FULL_GROONGA_INSTALL_FOLDER%\bin\groonga.exe
--base-directory test\command
Expand Down

0 comments on commit c22a4ee

Please sign in to comment.