From 6694ccf9444baf565eb0f38f7808767616f23825 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Tue, 19 May 2015 19:18:28 +0200 Subject: testsuite: handle missing stats files gracefully (#10305) The following tests would result in framework failures when using a ghc build with HADDOCK_DOCS=NO in mk/build.mk or mk/validate.mk: * haddock.Cabal * haddock.base * haddock.compiler Test Plan: run make in tests/perf/haddock Differential Revision: https://phabricator.haskell.org/D899 --- testsuite/config/ghc | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/config/ghc') diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 6bfa535876..5e4bda2e89 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -9,6 +9,7 @@ config.compiler_type = 'ghc' config.compiler = 'ghc' config.compiler_always_flags = ghc_compiler_always_flags.split() +config.haddock = 'haddock' config.hp2ps = 'hp2ps' config.hpc = 'hpc' config.gs = 'gs' -- cgit v1.2.1