fix accidental change to Test.hs while making comment

This commit is contained in:
Joey Hess 2022-03-14 13:10:37 -04:00
parent 8f05bcc98f
commit 62e6c6afb9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -165,8 +165,9 @@ ingredients =
tests :: Bool -> Bool -> TestOptions -> TestTree
tests crippledfilesystem adjustedbranchok opts =
testGroup "Tests" $
map (\(d, te) -> withTestMode te (Just initTests) (unitTests d)) testmodes
testGroup "Tests" $ properties
: withTestMode remotetestmode Nothing testRemotes
: map (\(d, te) -> withTestMode te (Just initTests) (unitTests d)) testmodes
where
testmodes = catMaybes
[ canadjust ("v8 adjusted unlocked branch", (testMode opts (RepoVersion 8)) { adjustedUnlockedBranch = True })