Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103fa09 commit c4bbc8cCopy full SHA for c4bbc8c
1 file changed
ci/appveyor_run_tests.ps1
@@ -111,7 +111,7 @@ if ($XPLAT){
111
}
112
113
114
-Write-Host ($timings | Format-Table | Out-String)
+Write-Host "Timings:" ($timings | Format-Table | Out-String) -ForegroundColor "Green"
115
116
# Set exit code to fail if either Python or Embedded tests failed
117
if ($PYTHON_STATUS -ne 0 -or $CS_STATUS -ne 0 -or $CS_PERF_STATUS -ne 0) {
0 commit comments