From e58e5303d6184f9e4537dc99fb492066c6b2c7f3 Mon Sep 17 00:00:00 2001 From: Dreamer Date: Tue, 2 Aug 2016 14:28:57 +0300 Subject: Remove filter for excluded tests from AppVeyor config. (#165) --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f382397..bb68600 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,6 +38,4 @@ build_script: - cmake --build . --config %configuration% test_script: - # strip_flags_binary test currently fails on AppVeyor in Debug configuration. - - IF %configuration%==Debug SET GFLAGS_EXCLUDED_TESTS=strip_flags_binary - - ctest -C %configuration% -E %GFLAGS_EXCLUDED_TESTS% + - ctest -C %configuration% -- cgit v1.2.3