/[Apache-SVN]
ViewVC logotype

Revision 163120


Jump to revision: Previous Next
Author: jvanzyl
Date: Mon Sep 20 03:14:22 2004 UTC (20 years, 2 months ago)
Changed paths: 2
Log Message:
o active the new text file reports which capture any stack traces that
  occur as well as stdout and std err

o there is a new parameter that is accepted so you can use a simplifed
  regex from the command line

  m2 surefire:test -D=test=FooTest

  is implicitly **/FooTest.java and the directory scanner is used

  so you can this to run a single test if you like or a set of tests:

  m2 surefire:test -Dtest=*Foo*

  is implicitly **/*Foo*.java

  You can also specify a comma separated list if you wish:

  m2 surefire:test -Dtest=*Foo*,*Bar*

  whic is implicitly **/*Foo*.java,**/*Bar*.java

  This just makes running a smaller set of tests easier while trying
  to pin point problems.


Changed paths

Path Details
Directorymaven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml modified , text changed , props changed
Directorymaven/components/trunk/maven-plugins/maven-surefire-plugin/src/main/java/org/apache/maven/test/SurefirePlugin.java modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26