Skip to content

Commit 3aec328

Browse files
author
dse
committed
Last debug for today.
1 parent a884bf3 commit 3aec328

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
@@ -47,7 +47,7 @@ if ($CS_STATUS -ne 0) {
4747
if ($env:BUILD_OPTS -eq "--xplat"){
4848
# Run Embedded tests for netcoreapp2.0 (OpenCover currently does not supports dotnet core)
4949
Write-Host ("Starting embedded tests for netcoreapp2.0") -ForegroundColor "Green"
50-
&"c:\Program Files (x86)\dotnet\dotnet" .\src\embed_tests\bin\netcoreapp2.0\Python.EmbeddingTest.dll --test=Python.EmbeddingTest.TestPyInt.TestConvertToInt32
50+
&"c:\Program Files (x86)\dotnet\dotnet" .\src\embed_tests\bin\netcoreapp2.0\Python.EmbeddingTest.dll --test=Python.EmbeddingTest.TestPyInt.TestConvertToInt32 --teamcity
5151
$CS_STATUS = $LastExitCode
5252
if ($CS_STATUS -ne 0) {
5353
Write-Host "Embedded tests for netcoreapp2.0 failed" -ForegroundColor "Red"

0 commit comments

Comments
 (0)