We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18deede commit b1f7bbeCopy full SHA for b1f7bbe
cabal-testsuite/PackageTests/Regression/T6906/cabal.test.hs
@@ -1,7 +1,7 @@
1
import Test.Cabal.Prelude
2
3
main = cabalTest $ do
4
- res <- cabalG' ["--config=cabal.config"] "v2-install" ["-v3"]
+ res <- recordMode DoNotRecord $ cabalG' ["--config=cabal.config"] "v2-install" ["-v3"]
5
assertOutputContains "creating file with the inputs used to compute the package hash:" res
6
assertOutputContains "extra-lib-dirs: bar" res
7
assertOutputDoesNotContain "extra-lib-dirs: bar bar" res
0 commit comments