remove unused v
authorJoey Hess <joeyh@joeyh.name>
Tue, 19 Apr 2022 17:22:32 +0000 (13:22 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 19 Apr 2022 17:22:32 +0000 (13:22 -0400)
Test/Framework.hs

index a81cde925bb522a7896a7c40178b200e82e0c316..8036e3b74dcca948f330c60b5f845a7ce1ca4f46 100644 (file)
@@ -746,7 +746,7 @@ parallelTestRunner' numjobs opts mkts
                                putStrLn "  (Failures above could be due to a bug in git-annex, or an incompatibility"
                                putStrLn "   with utilities, such as git, installed on this system.)"
                                exitFailure
-                       v -> do
+                       _ -> do
                                putStrLn $ "  Test subprocesses exited with unexpected exit codes: " ++ show (concat exitcodes)
                                exitFailure
        go (Just subenvval) = case readish subenvval of