From 63dc6bd02509eb31d9d221c4e39f18af2b77fe6d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Dec 2016 17:17:30 +0100 Subject: Added a `--quiet` option to suppress warnings. Use this also in Tests.Old. --- tests/Tests/Old.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Tests') diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index a8ac717e4..04612d49d 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -261,7 +261,7 @@ testWithNormalize normalizer testname opts inp norm = testCase testname $ do (outputPath, hOut) <- openTempFile "" "pandoc-test" let inpPath = inp let normPath = norm - let options = ["--data-dir", ".." "data"] ++ [inpPath] ++ opts + let options = ["--quiet", "--data-dir", ".." "data"] ++ [inpPath] ++ opts let cmd = pandocPath ++ " " ++ unwords options let findDynlibDir [] = Nothing findDynlibDir ("build":xs) = Just $ joinPath (reverse xs) "build" -- cgit v1.2.3