aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-10-14 01:25:16 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-10-27 19:53:16 +0200
commit1c937f4bf6ec5b6051e8e1055811de1106bb228a (patch)
treebe68c1c8e391bc6f80ca767ded2c22dfe3c6859b
parent679c3145fb8fdc346880c205c9dde369e782feee (diff)
tests: Ignore `cabal sdist` warnings
-rw-r--r--tests/GhcSession.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index 63085db..88d5ebf 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -79,7 +79,7 @@ setup topdir act (srcdir, min_cabal_ver, min_ghc_ver) = do
putStrLn $ "Running test '" ++ srcdir ++ "' ------------------------------"
withSystemTempDirectory "cabal-helper.ghc-session.test" $ \dir -> do
setCurrentDirectory $ topdir </> srcdir
- run "cabal" [ "sdist", "--output-dir", dir ]
+ run "cabal" [ "sdist", "-v0", "--output-dir", dir ]
setCurrentDirectory dir
run "cabal" [ "configure" ]