Skip to content

Commit

Permalink
Update ExecutingTestsOnLinux.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Oct 9, 2019
1 parent 0297826 commit 3296a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExecutingTestsOnLinux.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dotnet test --configuration Release --no-build --no-restore Ocaramba.Tests.Xunit

echo '********************************************Specflow tests********************************************'

dotnet test --configuration Release --filter TestCategory!=NotImplementedInCoreOrUploadDownload --no-build --no-restore Ocaramba.Tests.Features -maxCpuCount --test-adapter-path:. --logger:Appveyor
#dotnet test --configuration Release --filter TestCategory!=NotImplementedInCoreOrUploadDownload --no-build --no-restore Ocaramba.Tests.Features -maxCpuCount --test-adapter-path:. --logger:Appveyor


echo '********************************************MsTest tests********************************************'
Expand All @@ -31,4 +31,4 @@ if($lastexitcode -ne 0)

7z a testresults_Ubuntu.zip ./Ocaramba.*/bin/Release/**/*.log

appveyor PushArtifact testresults_Ubuntu.zip
appveyor PushArtifact testresults_Ubuntu.zip

0 comments on commit 3296a81

Please sign in to comment.