From 62e6c6afb92ae2869c9ed64ece8b778b83021fc5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Mar 2022 13:10:37 -0400 Subject: [PATCH] fix accidental change to Test.hs while making comment --- Test.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Test.hs b/Test.hs index ad70eaac2f..857ec723b0 100644 --- a/Test.hs +++ b/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 }) -- 2.30.2