File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if ($CS_STATUS -ne 0) {
47
47
if ($env: BUILD_OPTS -eq " --xplat" ){
48
48
# Run Embedded tests for netcoreapp2.0 (OpenCover currently does not supports dotnet core)
49
49
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
51
51
$CS_STATUS = $LastExitCode
52
52
if ($CS_STATUS -ne 0 ) {
53
53
Write-Host " Embedded tests for netcoreapp2.0 failed" - ForegroundColor " Red"
You can’t perform that action at this time.
0 commit comments