From 2e9a8935fb7e27969f7bd878899382b63cac0b3a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 17 Aug 2021 15:33:10 -0700 Subject: OOXML tests: silence warnings. These can make the test output confusing, making people think tests are failing when they're passing. --- test/Tests/Writers/OOXML.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Tests') diff --git a/test/Tests/Writers/OOXML.hs b/test/Tests/Writers/OOXML.hs index 56a27a4b8..f2957f7a6 100644 --- a/test/Tests/Writers/OOXML.hs +++ b/test/Tests/Writers/OOXML.hs @@ -84,6 +84,7 @@ testArchive writerFn opts fp = do txt <- T.readFile fp bs <- runIOorExplode $ do setTranslations "en-US" + setVerbosity ERROR -- otherwise test output is confusingly noisy readNative def txt >>= writerFn opts return $ toArchive bs -- cgit v1.2.3