remove unused v

This commit is contained in:
Joey Hess 2022-04-19 13:22:32 -04:00
parent fa89a52d36
commit ae2abaaf38
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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 " (Failures above could be due to a bug in git-annex, or an incompatibility"
putStrLn " with utilities, such as git, installed on this system.)" putStrLn " with utilities, such as git, installed on this system.)"
exitFailure exitFailure
v -> do _ -> do
putStrLn $ " Test subprocesses exited with unexpected exit codes: " ++ show (concat exitcodes) putStrLn $ " Test subprocesses exited with unexpected exit codes: " ++ show (concat exitcodes)
exitFailure exitFailure
go (Just subenvval) = case readish subenvval of go (Just subenvval) = case readish subenvval of