[jboss-svn-commits] JBL Code SVN: r37427 - labs/jbosstm/trunk/qa.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Aug 23 05:35:30 EDT 2011
Author: tomjenkinson
Date: 2011-08-23 05:35:29 -0400 (Tue, 23 Aug 2011)
New Revision: 37427
Modified:
labs/jbosstm/trunk/qa/run-tests.xml
Log:
fail the build if the express or performance tests fail
Modified: labs/jbosstm/trunk/qa/run-tests.xml
===================================================================
--- labs/jbosstm/trunk/qa/run-tests.xml 2011-08-22 19:32:17 UTC (rev 37426)
+++ labs/jbosstm/trunk/qa/run-tests.xml 2011-08-23 09:35:29 UTC (rev 37427)
@@ -72,6 +72,7 @@
<junit-tests tests="crashrecovery06"/>
<!-- crashrecovery12 : 7 tests, 5 minutes -->
<junit-tests tests="crashrecovery12"/>
+ <fail if="failed-tests" message="some tests failed"/>
</target>
<target name="ci-tests" depends="junit-testsuite,junit-jdbc-ncl-testsuite">
<fail if="failed-tests" message="some tests failed"/>
@@ -295,6 +296,8 @@
<!-- you need the right .so for the platform the test runs on. Note the the jvm
may print 'can't find agent lib' when it can find one but it's the wrong one.
ext/libjbossAgent_linux64.so : Fedora 12, x86_64 additional.elements="-agentpath:ext/libjbossAgent_linux64.so"/> -->
+
+ <fail if="failed-tests" message="some tests failed"/>
</target>
<!-- ##################################### -->
<!-- This is where all the hard work happens - use junit to coordinate multi-process tests: -->
More information about the jboss-svn-commits
mailing list