diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-05-19 19:18:28 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-05-23 23:02:00 +0200 |
commit | 6694ccf9444baf565eb0f38f7808767616f23825 (patch) | |
tree | cf6ef8211ae7ea5918882ce307be48e7debaad66 /testsuite/config | |
parent | 4d6c0ee11ff2c439fcd06677d55c57b8644ed7a7 (diff) | |
download | haskell-6694ccf9444baf565eb0f38f7808767616f23825.tar.gz |
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
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/ghc | 1 |
1 files changed, 1 insertions, 0 deletions
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' |