klauer wrote:
> 
> The Maven Surefire plugin allows you to explicitly set a single test or
> set of tests using wildcard matching:
> 
I'm aware of -Dtest, but that's not what I want.


klauer wrote:
> And as for your "better command line output",  why not just use the
> command line
> to output the test right there:
> mvn test -Dtest=MyTest; cat
> target/surefire-reports/com.thing....MyTest.txt
> 
This will only give me feedback (plus lots of noise) once the whole suite
has completed, which is exactly what I'm trying to avoid.

Cheers,
Peter

-- 
View this message in context: 
http://old.nabble.com/Command-line-output-when-running-JUnit-4-test-suite-tp28786362p28793392.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to