summaryrefslogtreecommitdiff
path: root/tests/runtest.proj
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2018-09-12 19:34:46 -0700
committerGitHub <noreply@github.com>2018-09-12 19:34:46 -0700
commit5699a504640a322935f7f57f3ea627cee494c804 (patch)
treec629d16fdde3a5c12950770f14ba2f8412ceecd0 /tests/runtest.proj
parent7b18dcc33400b3e2f314a10228f2520e031ee01b (diff)
downloadcoreclr-5699a504640a322935f7f57f3ea627cee494c804.tar.gz
coreclr-5699a504640a322935f7f57f3ea627cee494c804.tar.bz2
coreclr-5699a504640a322935f7f57f3ea627cee494c804.zip
Address msbuild issues with cross compiled tests in helix (#19901)
* Address msbuild issues with cross compiled tests in helix * Fix test warning about duplicate types
Diffstat (limited to 'tests/runtest.proj')
-rw-r--r--tests/runtest.proj4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/runtest.proj b/tests/runtest.proj
index ea9a0d15ec..3a04064ddb 100644
--- a/tests/runtest.proj
+++ b/tests/runtest.proj
@@ -57,9 +57,7 @@
<!-- Target to check the test build, to see if it looks ok. We've had several cases where a change inadvertently and drastically changes
the set of tests that are built, and that change is unnoticed. The most common case is for a build of the Priority 1 tests
to only build the Priority 0 tests. This target is run after a test build to verify that the basic number of tests that were
- built is basically what was expected. When this was written, there were about 2500 Priority 0 tests and about 12270 Priority 1
- tests (differing slightly based on platform). We currently check that the number of Priority 0 tests is greater than 2000 and
- less than 3000, and the number of Priority 1 tests is greater than 12000.
+ built is basically what was expected.
-->
<Target Name="CheckTestBuild" DependsOnTargets="GetListOfTestCmds">
<Error Condition="!Exists('$(XunitTestBinBase)')"