run annex monad in quiet mode when testing
This cleans up the merging messages.
This commit is contained in:
parent
3d188d8db9
commit
9f65410fd8
1 changed files with 1 additions and 1 deletions
2
test.hs
2
test.hs
|
@ -565,7 +565,7 @@ annexeval a = do
|
||||||
g <- Git.Construct.fromCwd
|
g <- Git.Construct.fromCwd
|
||||||
g' <- Git.Config.read g
|
g' <- Git.Config.read g
|
||||||
s <- Annex.new g'
|
s <- Annex.new g'
|
||||||
Annex.eval s a
|
Annex.eval s { Annex.output = Annex.QuietOutput } a
|
||||||
|
|
||||||
innewrepo :: Assertion -> Assertion
|
innewrepo :: Assertion -> Assertion
|
||||||
innewrepo a = withgitrepo $ \r -> indir r a
|
innewrepo a = withgitrepo $ \r -> indir r a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue