repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #9898 from haskell/mergify/bp/3.12/pr-9865
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
NewBuild
/
Semaphore
/
cabal.test.hs
blob
fe425b5c368f85b1aab3ac8c9117d237f43d3283
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"
]