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
|
||||
let ts = mkts numparts crippledfilesystem adjustedbranchok opts
|
||||
let t = topLevelTestGroup
|
||||
-- This group is needed to avoid what
|
||||
-- seems to be a tasty bug which causes a
|
||||
-- segfault.
|
||||
-- Work around this strange issue
|
||||
-- https://github.com/UnkindPartition/tasty/issues/326
|
||||
[ testGroup "Tasty"
|
||||
[ testProperty "tasty self-check" True
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue