This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -238,22 +238,13 @@ build_Tests()
238
238
239
239
echo " Starting the Managed Tests Build..."
240
240
241
- __ManagedTestBuiltMarker= ${__TestBinDir} /managed_test_build
241
+ build_Tests_internal " Tests_Managed " " $__ProjectDir /tests/build.proj " " $__up " " Managed tests build (build tests) "
242
242
243
- if [ ! -f $__ManagedTestBuiltMarker ]; then
244
-
245
- build_Tests_internal " Tests_Managed" " $__ProjectDir /tests/build.proj" " $__up " " Managed tests build (build tests)"
246
-
247
- if [ $? -ne 0 ]; then
248
- echo " ${__MsgPrefix} Error: build failed. Refer to the build log files for details (above)"
249
- exit 1
250
- else
251
- echo " Tests have been built."
252
- echo " Create marker \" ${__ManagedTestBuiltMarker} \" "
253
- touch $__ManagedTestBuiltMarker
254
- fi
243
+ if [ $? -ne 0 ]; then
244
+ echo " ${__MsgPrefix} Error: build failed. Refer to the build log files for details (above)"
245
+ exit 1
255
246
else
256
- echo " Managed Tests had been built before. "
247
+ echo " Managed tests build success! "
257
248
fi
258
249
259
250
if [ $__BuildTestWrappers -ne -0 ]; then
Original file line number Diff line number Diff line change 34
34
</ItemGroup >
35
35
36
36
<!-- Unix builds do not support subgroups -->
37
- <ItemGroup Condition =" $(__BuildOS) != 'Windows_NT' And $(__TestGroupToBuild) == '1' And $(TestBuildSlice) == '1' " >
37
+ <ItemGroup Condition =" $(__BuildOS) != 'Windows_NT'" >
38
38
<Project Include =" *\**\*.csproj" Exclude =" @(DisabledProjects)" >
39
39
<AdditionalProperties >OSGroup=$(OSGroup)</AdditionalProperties >
40
40
</Project >
You can’t perform that action at this time.
0 commit comments