Modified:
branches/branch_5_0/connector-j/build.xml
trunk/connector-j/build.xml
Log:
Fail builds on test-all-multi after all tests run if any failures.
Modified: branches/branch_5_0/connector-j/build.xml
===================================================================
--- branches/branch_5_0/connector-j/build.xml 2006-11-30 01:02:20 UTC (rev 6102)
+++ branches/branch_5_0/connector-j/build.xml 2006-11-30 03:27:58 UTC (rev 6103)
@@ -373,6 +373,9 @@
<delete dir="${buildDir}/junit" />
<antcall target="test-multijvm" />
<antcall target="test-compliance-multijvm" />
+
+ <fail message="Tests failed. Check logs and/or reports in ${buildDir}/junit."
+ if="tests.compliance.failed"/>
</target>
<!-- Runs compliance testsuite against multiple JVMs and server configs -->
Modified: trunk/connector-j/build.xml
===================================================================
--- trunk/connector-j/build.xml 2006-11-30 01:02:20 UTC (rev 6102)
+++ trunk/connector-j/build.xml 2006-11-30 03:27:58 UTC (rev 6103)
@@ -380,6 +380,9 @@
<delete dir="${buildDir}/junit" />
<antcall target="test-multijvm" />
<antcall target="test-compliance-multijvm" />
+
+ <fail message="Tests failed. Check logs and/or reports in ${buildDir}/junit."
+ if="tests.compliance.failed"/>
</target>
<!-- Runs compliance testsuite against multiple JVMs and server configs -->
| Thread |
|---|
| • Connector/J commit: r6103 - branches/branch_5_0/connector-j trunk/connector-j | mmatthews | 30 Nov |