Skip to content

Commit b1f7bbe

Browse files
committed
Try recordMode DoNotRecord
1 parent 18deede commit b1f7bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/Regression/T6906/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Test.Cabal.Prelude
22

33
main = cabalTest $ do
4-
res <- cabalG' ["--config=cabal.config"] "v2-install" ["-v3"]
4+
res <- recordMode DoNotRecord $ cabalG' ["--config=cabal.config"] "v2-install" ["-v3"]
55
assertOutputContains "creating file with the inputs used to compute the package hash:" res
66
assertOutputContains "extra-lib-dirs: bar" res
77
assertOutputDoesNotContain "extra-lib-dirs: bar bar" res

0 commit comments

Comments
 (0)