Skip to content

Commit

Permalink
Don't need to specify default project explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 12, 2024
1 parent 493bd34 commit 8103a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Test.Cabal.Prelude
main = cabalTest . recordMode RecordMarked $ do
let log = recordHeader . pure

out <- fails $ cabal' "v2-build" [ "all", "--dry-run", "--project-file=cabal.project" ]
out <- fails $ cabal' "v2-build" [ "all", "--dry-run" ]

-- Use assertRegex when the output is tainted by the temp directory, like
-- this:
Expand Down

0 comments on commit 8103a64

Please sign in to comment.