[jboss-jira] [JBoss JIRA] Created: (JBMICROCONT-335) Make the kernel build fail when tests don't pass
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Fri Aug 8 11:05:49 EDT 2008
Make the kernel build fail when tests don't pass
------------------------------------------------
Key: JBMICROCONT-335
URL: https://jira.jboss.org/jira/browse/JBMICROCONT-335
Project: JBoss MicroContainer
Issue Type: Task
Components: General
Reporter: Adrian Brock
Fix For: JBossMC.2.0.0.CR1
Since there are currently two failing tests in the kernel module, I've allowed the build to continue
when there are test failures.
The build should fail if the tests don't pass so the kernel/pom.xml needs changing back to
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<!--configuration>
<testFailureIgnore>true</testFailureIgnore>
</configuration-->
</plugin>
once these tests have been fixed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list