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.
There was an error while loading. Please reload this page.
1 parent 103fa09 commit c4bbc8cCopy full SHA for c4bbc8c
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