Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf473de

Browse files
committed
explicitly notify when performance tests are skipped in AppVeyor
1 parentd6842e6 commitaf473de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎ci/appveyor_run_tests.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if ($CS_STATUS -ne 0) {
4747
}else {
4848
# NuGet for pythonnet-2.3 only has 64-bit binary for Python 3.5
4949
# the test is only built using modern stack
50-
if (($env:PLATFORM-eq"x64")-and ($XPLAT)-and ($PYTHON_VERSION-eq"3.5")) {
50+
if (($env:PLATFORM-eq"x64")-and ($XPLAT)-and ($env:PYTHON_VERSION-eq"3.5")) {
5151
# Run C# Performance tests
5252
Write-Host ("Starting performance tests")-ForegroundColor"Green"
5353
if ($XPLAT) {
@@ -62,6 +62,8 @@ if ($CS_STATUS -ne 0) {
6262
Write-Host"Performance tests (C#) failed"-ForegroundColor"Red"
6363
}
6464
}else {
65+
Write-Host ("Skipping performance tests for",$env:PYTHON_VERSION)-ForegroundColor"Yellow"
66+
Write-Host ("on platform",$env:PLATFORM," xplat:"$XPLAT)-ForegroundColor"Yellow"
6567
$CS_PERF_STATUS=0
6668
}
6769
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp