Skip to content

Commit

Permalink
tests: postCheckoutCommand: Don't hide verbose output!!
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored and Mikolaj committed Dec 5, 2024
1 parent 1de3121 commit 5185598
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions cabal-testsuite/PackageTests/postCheckoutCommand/cabal.out
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# cabal v2-build
Configuration is affected by the following files:
- cabal.positive.project
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
In order, the following will be built:
- example-1.0 (lib) (first run)
Configuring library for example-1.0...
Preprocessing library for example-1.0...
Building library for example-1.0...
# cabal v2-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import Test.Cabal.Prelude

main = cabalTest $ do
withProjectFile "cabal.positive.project" $ do
cabal "v2-build" ["-v0"]
cabal "v2-build" []
withProjectFile "cabal.negative.project" $ do
fails $ cabal "v2-build" ["-v0"]
fails $ cabal "v2-build" []

0 comments on commit 5185598

Please sign in to comment.