Skip to content

Commit

Permalink
Test: refine test_coreclr.csproj - tests failing to build will not be…
Browse files Browse the repository at this point in the history
… run now
  • Loading branch information
leasunhy committed May 2, 2017
1 parent 4e28745 commit 9668787
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_coreclr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
WorkingDirectory="$([System.IO.Path]::GetDirectoryName(%(Exe.Identity)))"
ContinueOnError="false"/>

<Exec
Command="dotnet build -c Release $([System.IO.Path]::GetFileName(%(Exe.Identity)))"
WorkingDirectory="$([System.IO.Path]::GetDirectoryName(%(Exe.Identity)))"
ContinueOnError="false"/>

<Exec
Command="dotnet run -p $([System.IO.Path]::GetFileName(%(Exe.Identity)))"
WorkingDirectory="$([System.IO.Path]::GetDirectoryName(%(Exe.Identity)))"
Expand Down Expand Up @@ -74,6 +69,6 @@
<Exec
Command="dotnet $(MetaRunner) $(TestRunner) $(TestResultDir)/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))) bin/Release/netcoreapp2.0/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))).dll --workers=1"
WorkingDirectory="$([System.IO.Path]::GetDirectoryName(%(Test.Identity)))"
ContinueOnError="true" />
ContinueOnError="true" Condition="Exists('$([System.IO.Path]::GetDirectoryName(%(Test.Identity)))/bin/Release/netcoreapp2.0/$([System.IO.Path]::GetFileNameWithoutExtension(%(Test.Identity))).dll')"/>
</Target>
</Project>

0 comments on commit 9668787

Please sign in to comment.