Navigation Menu

Skip to content

Commit

Permalink
appveyor: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 23, 2018
1 parent b4e0d87 commit 7dd82ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7dd82ae

Please sign in to comment.