Reduce logging level in tests
authorIustin Pop <iustin@google.com>
Mon, 10 Dec 2012 18:32:27 +0000 (19:32 +0100)
committerIustin Pop <iustin@google.com>
Mon, 17 Dec 2012 11:37:52 +0000 (12:37 +0100)
commita664325e44fb8400a316713339c5424909c49857
tree521151b5c9d1122bff3503404abf03629aa766c2
parent55438c073259b318296713ca7269eb4447f6a61a
Reduce logging level in tests

This allows tests to execute IO actions which have logging as a side
effect, without polluting the stderr too much.

A better solution would be that we have fine-grained control over
loggers, so that tests can run with their own logging, etc. etc..

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
htest/test.hs