run annex monad in quiet mode when testing

This cleans up the merging messages.
This commit is contained in:
Joey Hess 2011-12-20 16:03:14 -04:00
parent 3d188d8db9
commit 9f65410fd8

View file

@ -565,7 +565,7 @@ annexeval a = do
g <- Git.Construct.fromCwd
g' <- Git.Config.read g
s <- Annex.new g'
Annex.eval s a
Annex.eval s { Annex.output = Annex.QuietOutput } a
innewrepo :: Assertion -> Assertion
innewrepo a = withgitrepo $ \r -> indir r a