Skip to content

Commit

Permalink
Disable the test "utf_8_char" on Windows.
Browse files Browse the repository at this point in the history
Close #32
  • Loading branch information
xuhdev committed Mar 18, 2018
1 parent a761e63 commit 5d39968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build_script:
test_script:
# Run the core tests
- cd %CORE_DEST%
- cmake --build %CORE_DEST% --target run_tests -- /p:Configuration=%CONFIG%
- ctest -E utf_8_char -VV --output-on-failure .

on_failure:
- echo. && echo. && echo. && echo "Tests for editorconfig-core-c failed. Here is their detailed output:" && echo. && echo. && echo.
Expand Down

0 comments on commit 5d39968

Please sign in to comment.