summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-20 16:03:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-20 16:03:14 -0400
commit9f65410fd823c5e98037bcb4be282892feedf53c (patch)
tree51999da60c8238cdef24c749e7c73d00632f1fcf /test.hs
parent3d188d8db95d2a7e92e9adc4d672fa119ac6ebc8 (diff)
run annex monad in quiet mode when testing
This cleans up the merging messages.
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.hs b/test.hs
index 86eb006a3..5c43c3d4d 100644
--- a/test.hs
+++ b/test.hs
@@ -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