diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-20 16:03:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-20 16:03:14 -0400 |
commit | 9f65410fd823c5e98037bcb4be282892feedf53c (patch) | |
tree | 51999da60c8238cdef24c749e7c73d00632f1fcf /test.hs | |
parent | 3d188d8db95d2a7e92e9adc4d672fa119ac6ebc8 (diff) |
run annex monad in quiet mode when testing
This cleans up the merging messages.
Diffstat (limited to 'test.hs')
-rw-r--r-- | test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |