From: Joey Hess Date: Tue, 19 Apr 2022 17:22:32 +0000 (-0400) Subject: remove unused v X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~75^2~44 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ae2abaaf38aa206597190b92a55c9ba6768a5871;p=git-annex.git remove unused v --- 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