projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa89a52
)
remove unused v
author
Joey Hess
<joeyh@joeyh.name>
Tue, 19 Apr 2022 17:22:32 +0000
(13:22 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 19 Apr 2022 17:22:32 +0000
(13:22 -0400)
Test/Framework.hs
patch
|
blob
|
history
diff --git
a/Test/Framework.hs
b/Test/Framework.hs
index a81cde925bb522a7896a7c40178b200e82e0c316..8036e3b74dcca948f330c60b5f845a7ce1ca4f46 100644
(file)
--- 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