link to issue for tasty segfault
This commit is contained in:
parent
57c01b2a63
commit
ca711f1741
1 changed files with 2 additions and 3 deletions
|
@ -725,9 +725,8 @@ parallelTestRunner opts mkts
|
||||||
Just (n, crippledfilesystem, adjustedbranchok) -> isolateGitConfig $ do
|
Just (n, crippledfilesystem, adjustedbranchok) -> isolateGitConfig $ do
|
||||||
let ts = mkts numparts crippledfilesystem adjustedbranchok opts
|
let ts = mkts numparts crippledfilesystem adjustedbranchok opts
|
||||||
let t = topLevelTestGroup
|
let t = topLevelTestGroup
|
||||||
-- This group is needed to avoid what
|
-- Work around this strange issue
|
||||||
-- seems to be a tasty bug which causes a
|
-- https://github.com/UnkindPartition/tasty/issues/326
|
||||||
-- segfault.
|
|
||||||
[ testGroup "Tasty"
|
[ testGroup "Tasty"
|
||||||
[ testProperty "tasty self-check" True
|
[ testProperty "tasty self-check" True
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue