From 2e9a8935fb7e27969f7bd878899382b63cac0b3a Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 17 Aug 2021 15:33:10 -0700
Subject: [PATCH] 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(+)

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