From ae2abaaf38aa206597190b92a55c9ba6768a5871 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Apr 2022 13:22:32 -0400 Subject: [PATCH] remove unused v --- Test/Framework.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Framework.hs b/Test/Framework.hs index a81cde925b..8036e3b74d 100644 --- a/Test/Framework.hs +++ b/Test/Framework.hs @@ -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 -- 2.30.2