Set test suite as non-verbose by default.
This commit is contained in:
parent
3b3ef75373
commit
b1009806ce
@ -297,7 +297,7 @@ run =
|
||||
|
||||
|
||||
verbose :: Bool
|
||||
verbose = True
|
||||
verbose = False
|
||||
|
||||
|
||||
run_worker :: RunDbMonad m => SqlPersist (C.ResourceT m) a -> m a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user