From 4ca91adcbd26dfa5f102244f8170c5c74f5200db Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 8 Feb 2016 14:25:49 +0100 Subject: testsuite: Rework handling of output sanitization Previously un-cleaned artifacts were kept as reference output, making it difficult to tell what has changed and causing spurious changes in the version control history. Here we rework this, cleaning the output during acceptance. To accomplish this it was necessary to move to strict I/O to ensure the reference handle was closed before accept attempts to open the reference file. --- hoogle-test/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hoogle-test') diff --git a/hoogle-test/Main.hs b/hoogle-test/Main.hs index c8cda640..59a98fd0 100644 --- a/hoogle-test/Main.hs +++ b/hoogle-test/Main.hs @@ -9,7 +9,8 @@ import Test.Haddock checkConfig :: CheckConfig String checkConfig = CheckConfig - { ccfgRead = \_ input -> Just input + { ccfgRead = Just + , ccfgClean = \_ -> id , ccfgDump = id , ccfgEqual = (==) } -- cgit v1.2.3