mirror of https://github.com/sbt/sbt.git
fixes #90
This commit is contained in:
parent
1d792c3601
commit
608ff76a17
|
|
@ -70,7 +70,7 @@ object TestLogger
|
|||
def debug(s: String) = log(Level.Debug, s)
|
||||
def trace(t: Throwable) = logger.trace(t)
|
||||
private def log(level: Level.Value, s: String) = logger.log(level, s)
|
||||
def ansiCodesSupported() = true//logger.ansiCodesSupported
|
||||
def ansiCodesSupported() = logger.ansiCodesSupported
|
||||
}
|
||||
}
|
||||
final class TestLogging(val global: TLogger, val logTest: TestDefinition => ContentLogger)
|
||||
|
|
|
|||
Loading…
Reference in New Issue