Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove gcstress switch.
The test will run with gcstress as part of the gcstress lab runs
  • Loading branch information
Fadi Hanna committed Apr 10, 2020
commit 5853df3b145e673a8c1d987a46bf230416a687b2
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,4 @@
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>

<PropertyGroup>
<CLRTestBatchPreCommands><![CDATA[
$(CLRTestBatchPreCommands)
set COMPlus_GCStress=f
]]></CLRTestBatchPreCommands>
<BashCLRTestPreCommands><![CDATA[
$(BashCLRTestPreCommands)
export COMPlus_GCStress=f
]]></BashCLRTestPreCommands>
</PropertyGroup>

</Project>