Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4bbc8c

Browse files
committed
make timings output more prominent
1 parent 103fa09 commit c4bbc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/appveyor_run_tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if ($XPLAT){
111111
}
112112
}
113113

114-
Write-Host ($timings | Format-Table | Out-String)
114+
Write-Host "Timings:" ($timings | Format-Table | Out-String) -ForegroundColor "Green"
115115

116116
# Set exit code to fail if either Python or Embedded tests failed
117117
if ($PYTHON_STATUS -ne 0 -or $CS_STATUS -ne 0 -or $CS_PERF_STATUS -ne 0) {

0 commit comments

Comments
 (0)