Skip to content

Commit

Permalink
Fix cabal-testsuite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cydparser committed Sep 5, 2022
1 parent 39f06f8 commit 62141b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import Test.Cabal.Prelude
main = cabalTest $
withRepo "repo" $ do
cabal "v2-run" [ "some-exe" ]
fails $ cabal "v2-build" [ "--project=cabal-cyclical.project" ]
fails $ cabal "v2-build" [ "--project=cabal-bad-conditional.project" ]
fails $ cabal "v2-build" [ "--project-file=cabal-cyclical.project" ]
fails $ cabal "v2-build" [ "--project-file=cabal-bad-conditional.project" ]
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ base ==3.0.3.2 (latest: 4.0.0.0)
Outdated dependencies:
base ==3.0.3.2 (latest: 4.0.0.0)
# cabal outdated
Error: cabal: --project-file must only be used with --v2-freeze-file.
Error: cabal: --project-dir and --project-file must only be used with --v2-freeze-file.

0 comments on commit 62141b9

Please sign in to comment.