summaryrefslogtreecommitdiff
path: root/tests/src/CLRTest.GC.targets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/CLRTest.GC.targets')
-rw-r--r--tests/src/CLRTest.GC.targets5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/src/CLRTest.GC.targets b/tests/src/CLRTest.GC.targets
index f959aaf6e0..f28eca4b99 100644
--- a/tests/src/CLRTest.GC.targets
+++ b/tests/src/CLRTest.GC.targets
@@ -18,10 +18,7 @@ WARNING: When setting properties based on their current state (for example:
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <!-- An exit code of 2 indicates "Skipped" for regular non-windows runs, but "Failed" in Helix -->
- <GCBashScriptExitCode Condition="'$(BuildTestsAgainstPackages)' != 'true'">2</GCBashScriptExitCode>
- <GCBashScriptExitCode Condition="'$(BuildTestsAgainstPackages)' == 'true'">0</GCBashScriptExitCode>
-
+ <GCBashScriptExitCode>0</GCBashScriptExitCode>
<GCLongGCTestBashScript Condition="'$(IsLongRunningGCTest)' != 'true'"><![CDATA[
# Long GC script
if [ ! -z $RunningLongGCTests ]