Issue #2263 - remove build failure on unit test failure

Change-Id: I921470904bf894cf49c7952b6c5feba3caf5b83f

Former-commit-id: 57870e24ca02e1cb66705cac79fb8856685a56b3
This commit is contained in:
Mike Duff 2013-08-13 14:54:24 -05:00
parent f8d8e312f3
commit 367420ad48

View file

@ -117,7 +117,7 @@
</junit>
</forEachTestType>
<fail if="tests.failed" message="Received a FAILED status for one or more test results!" />
<!--<fail if="tests.failed" message="Received a FAILED status for one or more test results!" />-->
</target>
<macrodef name="forEachTestType" description="Loops over all requested test types, and performs the passed in action">