=htc remove while text color (because jenkins)

This commit is contained in:
Konrad Malawski 2015-12-03 15:11:15 +01:00
parent 615b93745f
commit 54cd842216

View file

@ -139,7 +139,7 @@ object WSClientAutobahnTest extends App {
println("Not OK tests: ")
println()
results.filterNot(_.status.behavior == "OK").foreach { r
println(f"$RED${r.status.behavior}%-20s$RESET $YELLOW${r.info.id}%-7s$RESET - $WHITE${r.info.description}$RESET")
println(f"$RED${r.status.behavior}%-20s$RESET $YELLOW${r.info.id}%-7s$RESET - $RESET${r.info.description}")
}
()
@ -224,4 +224,4 @@ object WSClientAutobahnTest extends App {
import DefaultJsonProtocol._
implicit def caseInfoFormat: JsonFormat[CaseInfo] = jsonFormat2(CaseInfo.apply)
}
}
}