From f3a8b1309341d7645e487c52cf5c77685d776eb6 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 16 Feb 2016 01:15:10 +0100 Subject: [PATCH] Disable GhcPkgGuess tests on Windows. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d45f402cd7c..fb1d865dbec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ build_script: - Setup configure --user --ghc-option=-Werror --enable-tests - Setup build - Setup test unit-tests --show-details=streaming - - Setup test package-tests --show-details=streaming --test-options=--skip-shared-library-tests + - Setup test package-tests --show-details=streaming --test-option=--skip-shared-library-tests --test-option='--pattern=!GhcPkgGuess' - Setup install - cd ..\cabal-install - ghc --make -threaded -i -i. Setup.hs -Wall -Werror