summaryrefslogtreecommitdiff
path: root/tests/src/dir.targets
diff options
context:
space:
mode:
authorBryan Arant <bryanar@microsoft.com>2015-10-28 01:39:05 -0700
committerBryan Arant <bryanar@microsoft.com>2015-10-28 01:39:05 -0700
commitc57197580905ddfe8990538c6eefd6e58cc8b7d3 (patch)
tree90c90bbecd2ed2dcb867cd3927ca26d00f1d8be5 /tests/src/dir.targets
parent3e97351526a6aa3aa47338744386c000a2469527 (diff)
downloadcoreclr-c57197580905ddfe8990538c6eefd6e58cc8b7d3.tar.gz
coreclr-c57197580905ddfe8990538c6eefd6e58cc8b7d3.tar.bz2
coreclr-c57197580905ddfe8990538c6eefd6e58cc8b7d3.zip
Fix for run-only pr1 tests.
Diffstat (limited to 'tests/src/dir.targets')
-rw-r--r--tests/src/dir.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/dir.targets b/tests/src/dir.targets
index 20ce3fe066..b578a87d40 100644
--- a/tests/src/dir.targets
+++ b/tests/src/dir.targets
@@ -67,6 +67,7 @@
-->
<Target Name="Build" Condition="('$(CLRTestPriority)' &lt;= '$(CLRTestPriorityToBuild)') Or ('$(_CLRTestInServiceOfHigherPriority)')">
<MSBuild Projects="@(ProjectReference)" Properties="_CLRTestInServiceOfHigherPriority=true"/>
+ <MakeDir Condition="'$(CLRTestKind)' == 'RunOnly'" ContinueOnError="false" Directories="$(OutputPath)" />
</Target>
<!-- We will use an imported build here in the instance that we have source that we need to build, and we are the correct priority...OR if we are being asked to build for