fix accidental change to Test.hs while making comment
This commit is contained in:
parent
8f05bcc98f
commit
62e6c6afb9
1 changed files with 3 additions and 2 deletions
5
Test.hs
5
Test.hs
|
@ -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 })
|
||||
|
|
Loading…
Reference in a new issue