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:
6e67ea5
)
whitespace
author
Joey Hess
<joeyh@joeyh.name>
Tue, 3 Aug 2021 16:18:10 +0000
(12:18 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 3 Aug 2021 16:18:10 +0000
(12:18 -0400)
Test/Framework.hs
patch
|
blob
|
history
diff --git
a/Test/Framework.hs
b/Test/Framework.hs
index 81b15eb195893adaea1bbb97b97b7ba6da1a19a5..626302b248790cd887cb21b6d4127bb8527d84f3 100644
(file)
--- a/
Test/Framework.hs
+++ b/
Test/Framework.hs
@@
-488,6
+488,7
@@
setTestMode testmode = do
, ("GIT_ANNEX_USE_GIT_SSH", "1")
, ("TESTMODE", show testmode)
]
+
runFakeSsh :: [String] -> IO ()
runFakeSsh ("-n":ps) = runFakeSsh ps
runFakeSsh (_host:cmd:[]) =