fix accidental change to Test.hs while making comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 14 Mar 2022 17:10:37 +0000 (13:10 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 14 Mar 2022 17:10:37 +0000 (13:10 -0400)
Test.hs

diff --git a/Test.hs b/Test.hs
index ad70eaac2f66e296b8b6442a665196649fd3f195..857ec723b0ad3fbafbd60ddddfb937504d4e703d 100644 (file)
--- 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 })