From ca8bd057a6a4ae31b72709b092f7f2fcdcdc10dc Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Thu, 22 Dec 2016 09:25:01 -0500 Subject: [PATCH] Enable non-shell based tests on MinGW --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 76bd0e3..38587cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,5 +78,5 @@ test_script: # Unit tests on Cygwin currently do not all pass #- if %platform%==cygwin bash -c "make check || cat tests/test-suite.log && false" # check_check does not work on MinGW - #- if %platform%==mingw32 tests\check_check.exe + - if %platform%==mingw32 tests\check_check.exe - if %platform%==mingw64msys bash -c "tests/check_check" -- 2.40.0