summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan P. Arant <bryanar@microsoft.com>2015-10-28 07:46:14 -0700
committerBryan P. Arant <bryanar@microsoft.com>2015-10-28 07:46:14 -0700
commit31a68636ff9226ca7f643b316b7e593006b24519 (patch)
tree90c90bbecd2ed2dcb867cd3927ca26d00f1d8be5
parent3e97351526a6aa3aa47338744386c000a2469527 (diff)
parentc57197580905ddfe8990538c6eefd6e58cc8b7d3 (diff)
downloadcoreclr-31a68636ff9226ca7f643b316b7e593006b24519.tar.gz
coreclr-31a68636ff9226ca7f643b316b7e593006b24519.tar.bz2
coreclr-31a68636ff9226ca7f643b316b7e593006b24519.zip
Merge pull request #1882 from bryanar/pr1-test-fix
Fix for run-only pr1 tests.
-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