Author: peterreilly Date: Tue Aug 21 05:18:37 2007 New Revision: 568093 URL: http://svn.apache.org/viewvc?rev=568093&view=rev Log: sync
Modified: ant/core/branches/ANT_17_BRANCH/build.xml Modified: ant/core/branches/ANT_17_BRANCH/build.xml URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/build.xml?rev=568093&r1=568092&r2=568093&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/build.xml (original) +++ ant/core/branches/ANT_17_BRANCH/build.xml Tue Aug 21 05:18:37 2007 @@ -1627,7 +1627,7 @@ <target name="test" description="--> run unit tests and reports" depends="dump-info,junit-report,antunit-report,check-failed"> - <fail if="tests.failed">Unit tests failed; + <fail if="tests.failed" unless="ignore.tests.failed">Unit tests failed; see ${build.junit.reports} / ${antunit.reports} </fail> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]