Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / cabal-testsuite / PackageTests / RequireExplicit / FlagInProject / cabal.test.hs
blob463357cd1b8b527c83e2172c8e4b4b04219ed8f0
1 import Test.Cabal.Prelude
2 -- See #4332, dep solving output is not deterministic
3 main = cabalTest . recordMode DoNotRecord $ withRepo "repo" $ do
4 -- other-lib is a dependency, but it's not listed in cabal.project
5 res <- fails $ cabal' "v2-build" ["all", "--dry-run"]
6 assertOutputContains "not a user-provided goal" res