link to issue for tasty segfault

This commit is contained in:
Joey Hess 2022-03-15 19:30:57 -04:00
parent 57c01b2a63
commit ca711f1741
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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
] ]