=htc remove while text color (because jenkins)
This commit is contained in:
parent
615b93745f
commit
54cd842216
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue