Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / SDist / T7124 / cabal-list.test.hs
blob6d87bc30da743872f584d5ab3501ef607f14c519
1 import Test.Cabal.Prelude
3 -- Issue 7124
4 -- when we sdist, error should tell which package caused the failure
6 main :: IO ()
7 main = cabalTest $ do
8 tmpdir <- fmap testTmpDir getTestEnv
9 fails $ cabal "v2-sdist" ["--list-only", "--output-directory", tmpdir, "all"]