Merge pull request #9898 from haskell/mergify/bp/3.12/pr-9865
[cabal.git] / cabal-testsuite / PackageTests / NewBuild / Semaphore / cabal.test.hs
blobfe425b5c368f85b1aab3ac8c9117d237f43d3283
1 import Test.Cabal.Prelude
2 main = cabalTest $ do
3 skipUnlessGhcVersion ">= 9.7"
4 -- Parallel flag means output of this test is nondeterministic
5 recordMode DoNotRecord $
6 cabal "v2-build" ["-j", "--semaphore", "Semaphore"]