summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2018-04-24 13:51:06 -0700
committerjashook <jashoo@microsoft.com>2018-05-11 10:10:23 -0700
commit6db42177ecabd5e81a5d3d4b0b51f7730e5fd782 (patch)
tree4acaed86738c3ee05ab98468776f00e6d5acc767 /tests
parentf6a4f58b5a6de5f0456e1b3fe9cf4427792e63c0 (diff)
downloadcoreclr-6db42177ecabd5e81a5d3d4b0b51f7730e5fd782.tar.gz
coreclr-6db42177ecabd5e81a5d3d4b0b51f7730e5fd782.tar.bz2
coreclr-6db42177ecabd5e81a5d3d4b0b51f7730e5fd782.zip
Merge pull request #17725 from dotnetrt/FixNixTestBuild
Fix unix test build by removing unnecessary 'managed_test_build' semafore file
Diffstat (limited to 'tests')
-rw-r--r--tests/src/dirs.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj
index b6f9f6daf7..f7d1aadea9 100644
--- a/tests/src/dirs.proj
+++ b/tests/src/dirs.proj
@@ -34,7 +34,7 @@
</ItemGroup>
<!-- Unix builds do not support subgroups -->
- <ItemGroup Condition="$(__BuildOS) != 'Windows_NT' And $(__TestGroupToBuild) == '1' And $(TestBuildSlice) == '1'">
+ <ItemGroup Condition="$(__BuildOS) != 'Windows_NT'" >
<Project Include="*\**\*.csproj" Exclude="@(DisabledProjects)">
<AdditionalProperties>OSGroup=$(OSGroup)</AdditionalProperties>
</Project>