Navigation Menu

Skip to content

Commit

Permalink
appveyor: disable a test that uses TokenFilterStem for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent 6793903 commit 7e4ba99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -53,6 +53,8 @@ build_script:
- cmake --build . --config Debug --target Install

test_script:
# TODO: Remove me when Groonga bundles libstemmer
- rm sql/full-text-search/text/options/token-filters/custom.sql
- find sql/* -type d | sed -e 's,^sql,results,' | xargs mkdir -p
- find sql -name '*.sql' |
sed -e 's,^sql/,test:\ ,g' |
Expand Down

0 comments on commit 7e4ba99

Please sign in to comment.